Skip to contents

Create a visual table from a summariseTrend() result

Usage

tableTrend(
  result,
  header = "cdm_name",
  hide = "variable_level",
  groupColumn = c("type", "omop_table"),
  type = NULL,
  style = NULL
)

Arguments

result

A summarised_result object (output of summariseTrend()).

header

A vector specifying the elements to include in the header. The order of elements matters, with the first being the topmost header.

hide

Columns to drop from the output table.

groupColumn

Columns to use as group labels, to see options use visOmopResults::tableColumns(result).

type

Type of formatting output table between gt, datatable and reactable. Default is "gt".

style

Defines the visual formatting of the table. This argument can be provided in one of the following ways:

  1. Pre-defined style: Use the name of a built-in style (e.g., "darwin"). See visOmopResults::tableStyle() for available options.

  2. YAML file path: Provide the path to an existing .yml file defining a new style.

  3. List of custome R code: Supply a block of custom R code or a named list describing styles for each table section. This code must be specific to the selected table type.

If style = NULL, the function will use global options (seevisOmopResults::setGlobalTableOptions()) or a _brand.yml file (if found); otherwise, the default style is applied.

Value

A formatted table visualisation.

Examples

# \donttest{
library(OmopSketch)
library(dplyr, warn.conflicts = FALSE)
library(omock)

cdm <- mockCdmFromDataset(datasetName = "GiBleed", source = "duckdb")
#>  Reading GiBleed tables.
#>  Adding drug_strength table.
#>  Creating local <cdm_reference> object.
#>  Inserting <cdm_reference> into duckdb.

result <- summariseTrend(
  cdm = cdm,
  episode = "observation_period",
  event = c("drug_exposure", "condition_occurrence"),
  interval = "years",
  ageGroup = list("<=20" = c(0, 20), ">20" = c(21, Inf)),
  sex = TRUE
)

tableTrend(result = result)
Summary of Number of records by years in condition_occurrence, observation_period, drug_exposure tables
Variable name Time interval Age group Sex Estimate name Interval
Database name
GiBleed
event; condition_occurrence
Number of records 1908-01-01 to 1908-12-31 overall overall N (%) years 1 (0.00%)
<=20 overall N (%) years 1 (0.00%)
overall Female N (%) years 1 (0.00%)
<=20 Female N (%) years 1 (0.00%)
1909-01-01 to 1909-12-31 overall overall N (%) years 4 (0.01%)
<=20 overall N (%) years 4 (0.01%)
overall Female N (%) years 4 (0.01%)
<=20 Female N (%) years 4 (0.01%)
1910-01-01 to 1910-12-31 overall overall N (%) years 16 (0.02%)
<=20 overall N (%) years 16 (0.02%)
overall Female N (%) years 15 (0.02%)
Male N (%) years 1 (0.00%)
<=20 Female N (%) years 15 (0.02%)
Male N (%) years 1 (0.00%)
1911-01-01 to 1911-12-31 overall overall N (%) years 18 (0.03%)
<=20 overall N (%) years 18 (0.03%)
overall Male N (%) years 5 (0.01%)
Female N (%) years 13 (0.02%)
<=20 Male N (%) years 5 (0.01%)
Female N (%) years 13 (0.02%)
1912-01-01 to 1912-12-31 overall overall N (%) years 31 (0.05%)
<=20 overall N (%) years 31 (0.05%)
overall Female N (%) years 26 (0.04%)
Male N (%) years 5 (0.01%)
<=20 Female N (%) years 26 (0.04%)
Male N (%) years 5 (0.01%)
1913-01-01 to 1913-12-31 overall overall N (%) years 38 (0.06%)
<=20 overall N (%) years 38 (0.06%)
overall Male N (%) years 10 (0.02%)
Female N (%) years 28 (0.04%)
<=20 Female N (%) years 28 (0.04%)
Male N (%) years 10 (0.02%)
1914-01-01 to 1914-12-31 overall overall N (%) years 32 (0.05%)
<=20 overall N (%) years 32 (0.05%)
overall Female N (%) years 26 (0.04%)
Male N (%) years 6 (0.01%)
<=20 Male N (%) years 6 (0.01%)
Female N (%) years 26 (0.04%)
1915-01-01 to 1915-12-31 overall overall N (%) years 40 (0.06%)
<=20 overall N (%) years 40 (0.06%)
overall Female N (%) years 24 (0.04%)
Male N (%) years 16 (0.02%)
<=20 Male N (%) years 16 (0.02%)
Female N (%) years 24 (0.04%)
1916-01-01 to 1916-12-31 overall overall N (%) years 41 (0.06%)
<=20 overall N (%) years 41 (0.06%)
overall Female N (%) years 30 (0.05%)
Male N (%) years 11 (0.02%)
<=20 Male N (%) years 11 (0.02%)
Female N (%) years 30 (0.05%)
1917-01-01 to 1917-12-31 overall overall N (%) years 42 (0.06%)
<=20 overall N (%) years 42 (0.06%)
overall Female N (%) years 20 (0.03%)
Male N (%) years 22 (0.03%)
<=20 Male N (%) years 22 (0.03%)
Female N (%) years 20 (0.03%)
1918-01-01 to 1918-12-31 overall overall N (%) years 35 (0.05%)
<=20 overall N (%) years 35 (0.05%)
overall Male N (%) years 13 (0.02%)
Female N (%) years 22 (0.03%)
<=20 Female N (%) years 22 (0.03%)
Male N (%) years 13 (0.02%)
1919-01-01 to 1919-12-31 overall overall N (%) years 43 (0.07%)
<=20 overall N (%) years 43 (0.07%)
overall Male N (%) years 18 (0.03%)
Female N (%) years 25 (0.04%)
<=20 Male N (%) years 18 (0.03%)
Female N (%) years 25 (0.04%)
1920-01-01 to 1920-12-31 overall overall N (%) years 50 (0.08%)
<=20 overall N (%) years 50 (0.08%)
overall Male N (%) years 21 (0.03%)
Female N (%) years 29 (0.04%)
<=20 Female N (%) years 29 (0.04%)
Male N (%) years 21 (0.03%)
1921-01-01 to 1921-12-31 overall overall N (%) years 56 (0.09%)
<=20 overall N (%) years 56 (0.09%)
overall Male N (%) years 17 (0.03%)
Female N (%) years 39 (0.06%)
<=20 Female N (%) years 39 (0.06%)
Male N (%) years 17 (0.03%)
1922-01-01 to 1922-12-31 overall overall N (%) years 61 (0.09%)
<=20 overall N (%) years 61 (0.09%)
overall Female N (%) years 34 (0.05%)
Male N (%) years 27 (0.04%)
<=20 Female N (%) years 34 (0.05%)
Male N (%) years 27 (0.04%)
1923-01-01 to 1923-12-31 overall overall N (%) years 69 (0.11%)
<=20 overall N (%) years 69 (0.11%)
overall Female N (%) years 39 (0.06%)
Male N (%) years 30 (0.05%)
<=20 Male N (%) years 30 (0.05%)
Female N (%) years 39 (0.06%)
1924-01-01 to 1924-12-31 overall overall N (%) years 63 (0.10%)
<=20 overall N (%) years 63 (0.10%)
overall Male N (%) years 25 (0.04%)
Female N (%) years 38 (0.06%)
<=20 Female N (%) years 38 (0.06%)
Male N (%) years 25 (0.04%)
1925-01-01 to 1925-12-31 overall overall N (%) years 76 (0.12%)
<=20 overall N (%) years 76 (0.12%)
overall Male N (%) years 29 (0.04%)
Female N (%) years 47 (0.07%)
<=20 Male N (%) years 29 (0.04%)
Female N (%) years 47 (0.07%)
1926-01-01 to 1926-12-31 overall overall N (%) years 80 (0.12%)
<=20 overall N (%) years 80 (0.12%)
overall Male N (%) years 37 (0.06%)
Female N (%) years 43 (0.07%)
<=20 Male N (%) years 37 (0.06%)
Female N (%) years 43 (0.07%)
1927-01-01 to 1927-12-31 overall overall N (%) years 74 (0.11%)
<=20 overall N (%) years 74 (0.11%)
overall Male N (%) years 41 (0.06%)
Female N (%) years 33 (0.05%)
<=20 Male N (%) years 41 (0.06%)
Female N (%) years 33 (0.05%)
1928-01-01 to 1928-12-31 overall overall N (%) years 75 (0.11%)
<=20 overall N (%) years 75 (0.11%)
overall Male N (%) years 25 (0.04%)
Female N (%) years 50 (0.08%)
<=20 Male N (%) years 25 (0.04%)
Female N (%) years 50 (0.08%)
1929-01-01 to 1929-12-31 overall overall N (%) years 64 (0.10%)
<=20 overall N (%) years 64 (0.10%)
overall Male N (%) years 23 (0.04%)
Female N (%) years 41 (0.06%)
<=20 Male N (%) years 23 (0.04%)
Female N (%) years 41 (0.06%)
1930-01-01 to 1930-12-31 overall overall N (%) years 63 (0.10%)
<=20 overall N (%) years 57 (0.09%)
>20 overall N (%) years 6 (0.01%)
overall Female N (%) years 30 (0.05%)
Male N (%) years 33 (0.05%)
<=20 Female N (%) years 24 (0.04%)
>20 Female N (%) years 6 (0.01%)
<=20 Male N (%) years 33 (0.05%)
1931-01-01 to 1931-12-31 overall overall N (%) years 82 (0.13%)
>20 overall N (%) years 4 (0.01%)
<=20 overall N (%) years 78 (0.12%)
overall Male N (%) years 29 (0.04%)
Female N (%) years 53 (0.08%)
<=20 Male N (%) years 29 (0.04%)
Female N (%) years 49 (0.08%)
>20 Female N (%) years 4 (0.01%)
1932-01-01 to 1932-12-31 overall overall N (%) years 74 (0.11%)
<=20 overall N (%) years 71 (0.11%)
>20 overall N (%) years 3 (0.00%)
overall Female N (%) years 42 (0.06%)
Male N (%) years 32 (0.05%)
<=20 Female N (%) years 39 (0.06%)
>20 Female N (%) years 3 (0.00%)
<=20 Male N (%) years 32 (0.05%)
1933-01-01 to 1933-12-31 overall overall N (%) years 79 (0.12%)
<=20 overall N (%) years 66 (0.10%)
>20 overall N (%) years 13 (0.02%)
overall Female N (%) years 44 (0.07%)
Male N (%) years 35 (0.05%)
<=20 Female N (%) years 34 (0.05%)
>20 Female N (%) years 10 (0.02%)
<=20 Male N (%) years 32 (0.05%)
>20 Male N (%) years 3 (0.00%)
1934-01-01 to 1934-12-31 overall overall N (%) years 87 (0.13%)
<=20 overall N (%) years 67 (0.10%)
>20 overall N (%) years 20 (0.03%)
overall Male N (%) years 34 (0.05%)
Female N (%) years 53 (0.08%)
<=20 Female N (%) years 41 (0.06%)
>20 Female N (%) years 12 (0.02%)
Male N (%) years 8 (0.01%)
<=20 Male N (%) years 26 (0.04%)
1935-01-01 to 1935-12-31 overall overall N (%) years 82 (0.13%)
>20 overall N (%) years 26 (0.04%)
<=20 overall N (%) years 56 (0.09%)
overall Male N (%) years 42 (0.06%)
Female N (%) years 40 (0.06%)
<=20 Male N (%) years 34 (0.05%)
>20 Male N (%) years 8 (0.01%)
<=20 Female N (%) years 22 (0.03%)
>20 Female N (%) years 18 (0.03%)
1936-01-01 to 1936-12-31 overall overall N (%) years 118 (0.18%)
>20 overall N (%) years 26 (0.04%)
<=20 overall N (%) years 92 (0.14%)
overall Female N (%) years 75 (0.11%)
Male N (%) years 43 (0.07%)
>20 Male N (%) years 9 (0.01%)
<=20 Male N (%) years 34 (0.05%)
Female N (%) years 58 (0.09%)
>20 Female N (%) years 17 (0.03%)
1937-01-01 to 1937-12-31 overall overall N (%) years 119 (0.18%)
<=20 overall N (%) years 96 (0.15%)
>20 overall N (%) years 23 (0.04%)
overall Male N (%) years 51 (0.08%)
Female N (%) years 68 (0.10%)
<=20 Female N (%) years 50 (0.08%)
>20 Female N (%) years 18 (0.03%)
Male N (%) years 5 (0.01%)
<=20 Male N (%) years 46 (0.07%)
1938-01-01 to 1938-12-31 overall overall N (%) years 121 (0.19%)
<=20 overall N (%) years 88 (0.13%)
>20 overall N (%) years 33 (0.05%)
overall Male N (%) years 49 (0.08%)
Female N (%) years 72 (0.11%)
<=20 Female N (%) years 44 (0.07%)
>20 Female N (%) years 28 (0.04%)
Male N (%) years 5 (0.01%)
<=20 Male N (%) years 44 (0.07%)
1939-01-01 to 1939-12-31 overall overall N (%) years 135 (0.21%)
<=20 overall N (%) years 104 (0.16%)
>20 overall N (%) years 31 (0.05%)
overall Male N (%) years 59 (0.09%)
Female N (%) years 76 (0.12%)
<=20 Female N (%) years 56 (0.09%)
>20 Female N (%) years 20 (0.03%)
Male N (%) years 11 (0.02%)
<=20 Male N (%) years 48 (0.07%)
1940-01-01 to 1940-12-31 overall overall N (%) years 148 (0.23%)
<=20 overall N (%) years 126 (0.19%)
>20 overall N (%) years 22 (0.03%)
overall Male N (%) years 74 (0.11%)
Female N (%) years 74 (0.11%)
<=20 Female N (%) years 64 (0.10%)
>20 Female N (%) years 10 (0.02%)
Male N (%) years 12 (0.02%)
<=20 Male N (%) years 62 (0.09%)
1941-01-01 to 1941-12-31 overall overall N (%) years 166 (0.25%)
<=20 overall N (%) years 128 (0.20%)
>20 overall N (%) years 38 (0.06%)
overall Female N (%) years 79 (0.12%)
Male N (%) years 87 (0.13%)
<=20 Female N (%) years 59 (0.09%)
>20 Female N (%) years 20 (0.03%)
<=20 Male N (%) years 69 (0.11%)
>20 Male N (%) years 18 (0.03%)
1942-01-01 to 1942-12-31 overall overall N (%) years 167 (0.26%)
>20 overall N (%) years 47 (0.07%)
<=20 overall N (%) years 120 (0.18%)
overall Female N (%) years 87 (0.13%)
Male N (%) years 80 (0.12%)
>20 Male N (%) years 19 (0.03%)
<=20 Male N (%) years 61 (0.09%)
>20 Female N (%) years 28 (0.04%)
<=20 Female N (%) years 59 (0.09%)
1943-01-01 to 1943-12-31 overall overall N (%) years 191 (0.29%)
<=20 overall N (%) years 131 (0.20%)
>20 overall N (%) years 60 (0.09%)
overall Female N (%) years 103 (0.16%)
Male N (%) years 88 (0.13%)
<=20 Female N (%) years 63 (0.10%)
>20 Female N (%) years 40 (0.06%)
<=20 Male N (%) years 68 (0.10%)
>20 Male N (%) years 20 (0.03%)
1944-01-01 to 1944-12-31 overall overall N (%) years 213 (0.33%)
>20 overall N (%) years 61 (0.09%)
<=20 overall N (%) years 152 (0.23%)
overall Female N (%) years 114 (0.17%)
Male N (%) years 99 (0.15%)
>20 Male N (%) years 29 (0.04%)
<=20 Male N (%) years 70 (0.11%)
>20 Female N (%) years 32 (0.05%)
<=20 Female N (%) years 82 (0.13%)
1945-01-01 to 1945-12-31 overall overall N (%) years 209 (0.32%)
<=20 overall N (%) years 160 (0.24%)
>20 overall N (%) years 49 (0.08%)
overall Male N (%) years 105 (0.16%)
Female N (%) years 104 (0.16%)
<=20 Female N (%) years 74 (0.11%)
>20 Female N (%) years 30 (0.05%)
Male N (%) years 19 (0.03%)
<=20 Male N (%) years 86 (0.13%)
1946-01-01 to 1946-12-31 overall overall N (%) years 234 (0.36%)
<=20 overall N (%) years 167 (0.26%)
>20 overall N (%) years 67 (0.10%)
overall Female N (%) years 133 (0.20%)
Male N (%) years 101 (0.15%)
<=20 Female N (%) years 89 (0.14%)
>20 Female N (%) years 44 (0.07%)
<=20 Male N (%) years 78 (0.12%)
>20 Male N (%) years 23 (0.04%)
1947-01-01 to 1947-12-31 overall overall N (%) years 292 (0.45%)
>20 overall N (%) years 80 (0.12%)
<=20 overall N (%) years 212 (0.32%)
overall Female N (%) years 149 (0.23%)
Male N (%) years 143 (0.22%)
>20 Male N (%) years 32 (0.05%)
<=20 Male N (%) years 111 (0.17%)
>20 Female N (%) years 48 (0.07%)
<=20 Female N (%) years 101 (0.15%)
1948-01-01 to 1948-12-31 overall overall N (%) years 273 (0.42%)
>20 overall N (%) years 79 (0.12%)
<=20 overall N (%) years 194 (0.30%)
overall Male N (%) years 127 (0.19%)
Female N (%) years 146 (0.22%)
<=20 Male N (%) years 91 (0.14%)
>20 Male N (%) years 36 (0.06%)
<=20 Female N (%) years 103 (0.16%)
>20 Female N (%) years 43 (0.07%)
1949-01-01 to 1949-12-31 overall overall N (%) years 313 (0.48%)
>20 overall N (%) years 62 (0.09%)
<=20 overall N (%) years 251 (0.38%)
overall Female N (%) years 168 (0.26%)
Male N (%) years 145 (0.22%)
>20 Male N (%) years 21 (0.03%)
<=20 Male N (%) years 124 (0.19%)
Female N (%) years 127 (0.19%)
>20 Female N (%) years 41 (0.06%)
1950-01-01 to 1950-12-31 overall overall N (%) years 332 (0.51%)
>20 overall N (%) years 64 (0.10%)
<=20 overall N (%) years 268 (0.41%)
overall Male N (%) years 172 (0.26%)
Female N (%) years 160 (0.24%)
<=20 Male N (%) years 143 (0.22%)
>20 Male N (%) years 29 (0.04%)
<=20 Female N (%) years 125 (0.19%)
>20 Female N (%) years 35 (0.05%)
1951-01-01 to 1951-12-31 overall overall N (%) years 334 (0.51%)
<=20 overall N (%) years 281 (0.43%)
>20 overall N (%) years 53 (0.08%)
overall Female N (%) years 167 (0.26%)
Male N (%) years 167 (0.26%)
<=20 Female N (%) years 136 (0.21%)
>20 Female N (%) years 31 (0.05%)
<=20 Male N (%) years 145 (0.22%)
>20 Male N (%) years 22 (0.03%)
1952-01-01 to 1952-12-31 overall overall N (%) years 425 (0.65%)
>20 overall N (%) years 79 (0.12%)
<=20 overall N (%) years 346 (0.53%)
overall Female N (%) years 216 (0.33%)
Male N (%) years 209 (0.32%)
>20 Male N (%) years 28 (0.04%)
<=20 Male N (%) years 181 (0.28%)
>20 Female N (%) years 51 (0.08%)
<=20 Female N (%) years 165 (0.25%)
1953-01-01 to 1953-12-31 overall overall N (%) years 408 (0.62%)
<=20 overall N (%) years 326 (0.50%)
>20 overall N (%) years 82 (0.13%)
overall Female N (%) years 213 (0.33%)
Male N (%) years 195 (0.30%)
<=20 Female N (%) years 160 (0.24%)
>20 Female N (%) years 53 (0.08%)
<=20 Male N (%) years 166 (0.25%)
>20 Male N (%) years 29 (0.04%)
1954-01-01 to 1954-12-31 overall overall N (%) years 422 (0.65%)
>20 overall N (%) years 75 (0.11%)
<=20 overall N (%) years 347 (0.53%)
overall Male N (%) years 207 (0.32%)
Female N (%) years 215 (0.33%)
<=20 Male N (%) years 178 (0.27%)
>20 Male N (%) years 29 (0.04%)
<=20 Female N (%) years 169 (0.26%)
>20 Female N (%) years 46 (0.07%)
1955-01-01 to 1955-12-31 overall overall N (%) years 458 (0.70%)
<=20 overall N (%) years 374 (0.57%)
>20 overall N (%) years 84 (0.13%)
overall Female N (%) years 236 (0.36%)
Male N (%) years 222 (0.34%)
<=20 Female N (%) years 190 (0.29%)
>20 Female N (%) years 46 (0.07%)
<=20 Male N (%) years 184 (0.28%)
>20 Male N (%) years 38 (0.06%)
1956-01-01 to 1956-12-31 overall overall N (%) years 458 (0.70%)
>20 overall N (%) years 91 (0.14%)
<=20 overall N (%) years 367 (0.56%)
overall Male N (%) years 194 (0.30%)
Female N (%) years 264 (0.40%)
<=20 Male N (%) years 160 (0.24%)
>20 Male N (%) years 34 (0.05%)
<=20 Female N (%) years 207 (0.32%)
>20 Female N (%) years 57 (0.09%)
1957-01-01 to 1957-12-31 overall overall N (%) years 484 (0.74%)
>20 overall N (%) years 93 (0.14%)
<=20 overall N (%) years 391 (0.60%)
overall Male N (%) years 237 (0.36%)
Female N (%) years 247 (0.38%)
<=20 Male N (%) years 193 (0.30%)
>20 Male N (%) years 44 (0.07%)
<=20 Female N (%) years 198 (0.30%)
>20 Female N (%) years 49 (0.08%)
1958-01-01 to 1958-12-31 overall overall N (%) years 543 (0.83%)
>20 overall N (%) years 112 (0.17%)
<=20 overall N (%) years 431 (0.66%)
overall Male N (%) years 279 (0.43%)
Female N (%) years 264 (0.40%)
<=20 Male N (%) years 228 (0.35%)
>20 Male N (%) years 51 (0.08%)
<=20 Female N (%) years 203 (0.31%)
>20 Female N (%) years 61 (0.09%)
1959-01-01 to 1959-12-31 overall overall N (%) years 557 (0.85%)
>20 overall N (%) years 108 (0.17%)
<=20 overall N (%) years 449 (0.69%)
overall Male N (%) years 271 (0.41%)
Female N (%) years 286 (0.44%)
<=20 Male N (%) years 227 (0.35%)
>20 Male N (%) years 44 (0.07%)
Female N (%) years 64 (0.10%)
<=20 Female N (%) years 222 (0.34%)
1960-01-01 to 1960-12-31 overall overall N (%) years 554 (0.85%)
>20 overall N (%) years 124 (0.19%)
<=20 overall N (%) years 430 (0.66%)
overall Male N (%) years 279 (0.43%)
Female N (%) years 275 (0.42%)
<=20 Male N (%) years 222 (0.34%)
>20 Male N (%) years 57 (0.09%)
Female N (%) years 67 (0.10%)
<=20 Female N (%) years 208 (0.32%)
1961-01-01 to 1961-12-31 overall overall N (%) years 612 (0.94%)
<=20 overall N (%) years 482 (0.74%)
>20 overall N (%) years 130 (0.20%)
overall Male N (%) years 305 (0.47%)
Female N (%) years 307 (0.47%)
<=20 Female N (%) years 230 (0.35%)
>20 Female N (%) years 77 (0.12%)
Male N (%) years 53 (0.08%)
<=20 Male N (%) years 252 (0.39%)
1962-01-01 to 1962-12-31 overall overall N (%) years 650 (0.99%)
>20 overall N (%) years 129 (0.20%)
<=20 overall N (%) years 521 (0.80%)
overall Male N (%) years 320 (0.49%)
Female N (%) years 330 (0.51%)
<=20 Male N (%) years 261 (0.40%)
>20 Male N (%) years 59 (0.09%)
<=20 Female N (%) years 260 (0.40%)
>20 Female N (%) years 70 (0.11%)
1963-01-01 to 1963-12-31 overall overall N (%) years 649 (0.99%)
<=20 overall N (%) years 516 (0.79%)
>20 overall N (%) years 133 (0.20%)
overall Male N (%) years 337 (0.52%)
Female N (%) years 312 (0.48%)
<=20 Female N (%) years 246 (0.38%)
>20 Female N (%) years 66 (0.10%)
Male N (%) years 67 (0.10%)
<=20 Male N (%) years 270 (0.41%)
1964-01-01 to 1964-12-31 overall overall N (%) years 719 (1.10%)
<=20 overall N (%) years 556 (0.85%)
>20 overall N (%) years 163 (0.25%)
overall Female N (%) years 369 (0.56%)
Male N (%) years 350 (0.54%)
>20 Female N (%) years 94 (0.14%)
<=20 Female N (%) years 275 (0.42%)
Male N (%) years 281 (0.43%)
>20 Male N (%) years 69 (0.11%)
1965-01-01 to 1965-12-31 overall overall N (%) years 721 (1.10%)
<=20 overall N (%) years 562 (0.86%)
>20 overall N (%) years 159 (0.24%)
overall Male N (%) years 363 (0.56%)
Female N (%) years 358 (0.55%)
<=20 Female N (%) years 274 (0.42%)
>20 Female N (%) years 84 (0.13%)
Male N (%) years 75 (0.11%)
<=20 Male N (%) years 288 (0.44%)
1966-01-01 to 1966-12-31 overall overall N (%) years 753 (1.15%)
>20 overall N (%) years 183 (0.28%)
<=20 overall N (%) years 570 (0.87%)
overall Male N (%) years 352 (0.54%)
Female N (%) years 401 (0.61%)
<=20 Male N (%) years 278 (0.43%)
>20 Male N (%) years 74 (0.11%)
<=20 Female N (%) years 292 (0.45%)
>20 Female N (%) years 109 (0.17%)
1967-01-01 to 1967-12-31 overall overall N (%) years 805 (1.23%)
>20 overall N (%) years 197 (0.30%)
<=20 overall N (%) years 608 (0.93%)
overall Male N (%) years 392 (0.60%)
Female N (%) years 413 (0.63%)
<=20 Male N (%) years 302 (0.46%)
>20 Male N (%) years 90 (0.14%)
<=20 Female N (%) years 306 (0.47%)
>20 Female N (%) years 107 (0.16%)
1968-01-01 to 1968-12-31 overall overall N (%) years 853 (1.31%)
>20 overall N (%) years 214 (0.33%)
<=20 overall N (%) years 639 (0.98%)
overall Female N (%) years 441 (0.68%)
Male N (%) years 412 (0.63%)
>20 Male N (%) years 83 (0.13%)
<=20 Male N (%) years 329 (0.50%)
>20 Female N (%) years 131 (0.20%)
<=20 Female N (%) years 310 (0.47%)
1969-01-01 to 1969-12-31 overall overall N (%) years 814 (1.25%)
>20 overall N (%) years 217 (0.33%)
<=20 overall N (%) years 597 (0.91%)
overall Male N (%) years 380 (0.58%)
Female N (%) years 434 (0.66%)
<=20 Male N (%) years 284 (0.43%)
>20 Male N (%) years 96 (0.15%)
Female N (%) years 121 (0.19%)
<=20 Female N (%) years 313 (0.48%)
1970-01-01 to 1970-12-31 overall overall N (%) years 823 (1.26%)
<=20 overall N (%) years 593 (0.91%)
>20 overall N (%) years 230 (0.35%)
overall Male N (%) years 407 (0.62%)
Female N (%) years 416 (0.64%)
<=20 Female N (%) years 301 (0.46%)
>20 Female N (%) years 115 (0.18%)
Male N (%) years 115 (0.18%)
<=20 Male N (%) years 292 (0.45%)
1971-01-01 to 1971-12-31 overall overall N (%) years 883 (1.35%)
>20 overall N (%) years 280 (0.43%)
<=20 overall N (%) years 603 (0.92%)
overall Male N (%) years 438 (0.67%)
Female N (%) years 445 (0.68%)
<=20 Male N (%) years 309 (0.47%)
>20 Male N (%) years 129 (0.20%)
<=20 Female N (%) years 294 (0.45%)
>20 Female N (%) years 151 (0.23%)
1972-01-01 to 1972-12-31 overall overall N (%) years 878 (1.34%)
<=20 overall N (%) years 604 (0.92%)
>20 overall N (%) years 274 (0.42%)
overall Male N (%) years 414 (0.63%)
Female N (%) years 464 (0.71%)
>20 Female N (%) years 149 (0.23%)
<=20 Female N (%) years 315 (0.48%)
>20 Male N (%) years 125 (0.19%)
<=20 Male N (%) years 289 (0.44%)
1973-01-01 to 1973-12-31 overall overall N (%) years 992 (1.52%)
>20 overall N (%) years 286 (0.44%)
<=20 overall N (%) years 706 (1.08%)
overall Male N (%) years 489 (0.75%)
Female N (%) years 503 (0.77%)
<=20 Male N (%) years 340 (0.52%)
>20 Male N (%) years 149 (0.23%)
Female N (%) years 137 (0.21%)
<=20 Female N (%) years 366 (0.56%)
1974-01-01 to 1974-12-31 overall overall N (%) years 954 (1.46%)
>20 overall N (%) years 303 (0.46%)
<=20 overall N (%) years 651 (1.00%)
overall Male N (%) years 485 (0.74%)
Female N (%) years 469 (0.72%)
<=20 Male N (%) years 346 (0.53%)
>20 Male N (%) years 139 (0.21%)
Female N (%) years 164 (0.25%)
<=20 Female N (%) years 305 (0.47%)
1975-01-01 to 1975-12-31 overall overall N (%) years 978 (1.50%)
<=20 overall N (%) years 621 (0.95%)
>20 overall N (%) years 357 (0.55%)
overall Female N (%) years 487 (0.75%)
Male N (%) years 491 (0.75%)
<=20 Female N (%) years 320 (0.49%)
>20 Female N (%) years 167 (0.26%)
<=20 Male N (%) years 301 (0.46%)
>20 Male N (%) years 190 (0.29%)
1976-01-01 to 1976-12-31 overall overall N (%) years 950 (1.45%)
<=20 overall N (%) years 594 (0.91%)
>20 overall N (%) years 356 (0.54%)
overall Male N (%) years 466 (0.71%)
Female N (%) years 484 (0.74%)
<=20 Female N (%) years 287 (0.44%)
>20 Female N (%) years 197 (0.30%)
Male N (%) years 159 (0.24%)
<=20 Male N (%) years 307 (0.47%)
1977-01-01 to 1977-12-31 overall overall N (%) years 985 (1.51%)
>20 overall N (%) years 395 (0.60%)
<=20 overall N (%) years 590 (0.90%)
overall Female N (%) years 496 (0.76%)
Male N (%) years 489 (0.75%)
>20 Male N (%) years 188 (0.29%)
<=20 Male N (%) years 301 (0.46%)
>20 Female N (%) years 207 (0.32%)
<=20 Female N (%) years 289 (0.44%)
1978-01-01 to 1978-12-31 overall overall N (%) years 1,117 (1.71%)
<=20 overall N (%) years 668 (1.02%)
>20 overall N (%) years 449 (0.69%)
overall Male N (%) years 536 (0.82%)
Female N (%) years 581 (0.89%)
>20 Female N (%) years 243 (0.37%)
<=20 Female N (%) years 338 (0.52%)
>20 Male N (%) years 206 (0.32%)
<=20 Male N (%) years 330 (0.51%)
1979-01-01 to 1979-12-31 overall overall N (%) years 1,089 (1.67%)
<=20 overall N (%) years 632 (0.97%)
>20 overall N (%) years 457 (0.70%)
overall Female N (%) years 555 (0.85%)
Male N (%) years 534 (0.82%)
>20 Female N (%) years 230 (0.35%)
<=20 Female N (%) years 325 (0.50%)
Male N (%) years 307 (0.47%)
>20 Male N (%) years 227 (0.35%)
1980-01-01 to 1980-12-31 overall overall N (%) years 1,076 (1.65%)
>20 overall N (%) years 509 (0.78%)
<=20 overall N (%) years 567 (0.87%)
overall Male N (%) years 535 (0.82%)
Female N (%) years 541 (0.83%)
<=20 Male N (%) years 274 (0.42%)
>20 Male N (%) years 261 (0.40%)
<=20 Female N (%) years 293 (0.45%)
>20 Female N (%) years 248 (0.38%)
1981-01-01 to 1981-12-31 overall overall N (%) years 1,063 (1.63%)
<=20 overall N (%) years 565 (0.86%)
>20 overall N (%) years 498 (0.76%)
overall Male N (%) years 493 (0.75%)
Female N (%) years 570 (0.87%)
<=20 Female N (%) years 305 (0.47%)
>20 Female N (%) years 265 (0.41%)
Male N (%) years 233 (0.36%)
<=20 Male N (%) years 260 (0.40%)
1982-01-01 to 1982-12-31 overall overall N (%) years 1,039 (1.59%)
<=20 overall N (%) years 501 (0.77%)
>20 overall N (%) years 538 (0.82%)
overall Female N (%) years 540 (0.83%)
Male N (%) years 499 (0.76%)
>20 Female N (%) years 275 (0.42%)
<=20 Female N (%) years 265 (0.41%)
Male N (%) years 236 (0.36%)
>20 Male N (%) years 263 (0.40%)
1983-01-01 to 1983-12-31 overall overall N (%) years 1,040 (1.59%)
<=20 overall N (%) years 488 (0.75%)
>20 overall N (%) years 552 (0.84%)
overall Male N (%) years 490 (0.75%)
Female N (%) years 550 (0.84%)
<=20 Female N (%) years 257 (0.39%)
>20 Female N (%) years 293 (0.45%)
Male N (%) years 259 (0.40%)
<=20 Male N (%) years 231 (0.35%)
1984-01-01 to 1984-12-31 overall overall N (%) years 1,070 (1.64%)
>20 overall N (%) years 579 (0.89%)
<=20 overall N (%) years 491 (0.75%)
overall Female N (%) years 552 (0.84%)
Male N (%) years 518 (0.79%)
>20 Male N (%) years 284 (0.43%)
<=20 Male N (%) years 234 (0.36%)
Female N (%) years 257 (0.39%)
>20 Female N (%) years 295 (0.45%)
1985-01-01 to 1985-12-31 overall overall N (%) years 1,025 (1.57%)
>20 overall N (%) years 592 (0.91%)
<=20 overall N (%) years 433 (0.66%)
overall Male N (%) years 491 (0.75%)
Female N (%) years 534 (0.82%)
<=20 Male N (%) years 215 (0.33%)
>20 Male N (%) years 276 (0.42%)
Female N (%) years 316 (0.48%)
<=20 Female N (%) years 218 (0.33%)
1986-01-01 to 1986-12-31 overall overall N (%) years 1,051 (1.61%)
>20 overall N (%) years 650 (0.99%)
<=20 overall N (%) years 401 (0.61%)
overall Male N (%) years 488 (0.75%)
Female N (%) years 563 (0.86%)
<=20 Male N (%) years 187 (0.29%)
>20 Male N (%) years 301 (0.46%)
<=20 Female N (%) years 214 (0.33%)
>20 Female N (%) years 349 (0.53%)
1987-01-01 to 1987-12-31 overall overall N (%) years 1,053 (1.61%)
<=20 overall N (%) years 381 (0.58%)
>20 overall N (%) years 672 (1.03%)
overall Female N (%) years 552 (0.84%)
Male N (%) years 501 (0.77%)
>20 Female N (%) years 362 (0.55%)
<=20 Female N (%) years 190 (0.29%)
Male N (%) years 191 (0.29%)
>20 Male N (%) years 310 (0.47%)
1988-01-01 to 1988-12-31 overall overall N (%) years 960 (1.47%)
>20 overall N (%) years 632 (0.97%)
<=20 overall N (%) years 328 (0.50%)
overall Male N (%) years 478 (0.73%)
Female N (%) years 482 (0.74%)
<=20 Male N (%) years 162 (0.25%)
>20 Male N (%) years 316 (0.48%)
Female N (%) years 316 (0.48%)
<=20 Female N (%) years 166 (0.25%)
1989-01-01 to 1989-12-31 overall overall N (%) years 1,022 (1.56%)
<=20 overall N (%) years 293 (0.45%)
>20 overall N (%) years 729 (1.12%)
overall Female N (%) years 566 (0.87%)
Male N (%) years 456 (0.70%)
>20 Female N (%) years 394 (0.60%)
<=20 Female N (%) years 172 (0.26%)
Male N (%) years 121 (0.19%)
>20 Male N (%) years 335 (0.51%)
1990-01-01 to 1990-12-31 overall overall N (%) years 1,034 (1.58%)
<=20 overall N (%) years 285 (0.44%)
>20 overall N (%) years 749 (1.15%)
overall Male N (%) years 484 (0.74%)
Female N (%) years 550 (0.84%)
>20 Female N (%) years 403 (0.62%)
<=20 Female N (%) years 147 (0.23%)
>20 Male N (%) years 346 (0.53%)
<=20 Male N (%) years 138 (0.21%)
1991-01-01 to 1991-12-31 overall overall N (%) years 989 (1.51%)
>20 overall N (%) years 754 (1.15%)
<=20 overall N (%) years 235 (0.36%)
overall Female N (%) years 494 (0.76%)
Male N (%) years 495 (0.76%)
>20 Male N (%) years 384 (0.59%)
<=20 Male N (%) years 111 (0.17%)
>20 Female N (%) years 370 (0.57%)
<=20 Female N (%) years 124 (0.19%)
1992-01-01 to 1992-12-31 overall overall N (%) years 990 (1.52%)
<=20 overall N (%) years 213 (0.33%)
>20 overall N (%) years 777 (1.19%)
overall Male N (%) years 484 (0.74%)
Female N (%) years 506 (0.77%)
>20 Female N (%) years 394 (0.60%)
<=20 Female N (%) years 112 (0.17%)
>20 Male N (%) years 383 (0.59%)
<=20 Male N (%) years 101 (0.15%)
1993-01-01 to 1993-12-31 overall overall N (%) years 1,054 (1.61%)
>20 overall N (%) years 857 (1.31%)
<=20 overall N (%) years 197 (0.30%)
overall Male N (%) years 522 (0.80%)
Female N (%) years 532 (0.81%)
<=20 Male N (%) years 93 (0.14%)
>20 Male N (%) years 429 (0.66%)
Female N (%) years 428 (0.66%)
<=20 Female N (%) years 104 (0.16%)
1994-01-01 to 1994-12-31 overall overall N (%) years 997 (1.53%)
>20 overall N (%) years 830 (1.27%)
<=20 overall N (%) years 167 (0.26%)
overall Female N (%) years 500 (0.77%)
Male N (%) years 497 (0.76%)
>20 Male N (%) years 413 (0.63%)
<=20 Male N (%) years 84 (0.13%)
>20 Female N (%) years 417 (0.64%)
<=20 Female N (%) years 83 (0.13%)
1995-01-01 to 1995-12-31 overall overall N (%) years 1,077 (1.65%)
>20 overall N (%) years 928 (1.42%)
<=20 overall N (%) years 149 (0.23%)
overall Male N (%) years 543 (0.83%)
Female N (%) years 534 (0.82%)
<=20 Male N (%) years 73 (0.11%)
>20 Male N (%) years 470 (0.72%)
Female N (%) years 458 (0.70%)
<=20 Female N (%) years 76 (0.12%)
1996-01-01 to 1996-12-31 overall overall N (%) years 1,008 (1.54%)
>20 overall N (%) years 893 (1.37%)
<=20 overall N (%) years 115 (0.18%)
overall Male N (%) years 486 (0.74%)
Female N (%) years 522 (0.80%)
<=20 Male N (%) years 50 (0.08%)
>20 Male N (%) years 436 (0.67%)
Female N (%) years 457 (0.70%)
<=20 Female N (%) years 65 (0.10%)
1997-01-01 to 1997-12-31 overall overall N (%) years 1,059 (1.62%)
>20 overall N (%) years 954 (1.46%)
<=20 overall N (%) years 105 (0.16%)
overall Male N (%) years 503 (0.77%)
Female N (%) years 556 (0.85%)
<=20 Male N (%) years 44 (0.07%)
>20 Male N (%) years 459 (0.70%)
Female N (%) years 495 (0.76%)
<=20 Female N (%) years 61 (0.09%)
1998-01-01 to 1998-12-31 overall overall N (%) years 1,045 (1.60%)
>20 overall N (%) years 949 (1.45%)
<=20 overall N (%) years 96 (0.15%)
overall Male N (%) years 498 (0.76%)
Female N (%) years 547 (0.84%)
<=20 Male N (%) years 42 (0.06%)
>20 Male N (%) years 456 (0.70%)
Female N (%) years 493 (0.75%)
<=20 Female N (%) years 54 (0.08%)
1999-01-01 to 1999-12-31 overall overall N (%) years 1,055 (1.61%)
>20 overall N (%) years 999 (1.53%)
<=20 overall N (%) years 56 (0.09%)
overall Female N (%) years 543 (0.83%)
Male N (%) years 512 (0.78%)
>20 Male N (%) years 484 (0.74%)
<=20 Male N (%) years 28 (0.04%)
>20 Female N (%) years 515 (0.79%)
<=20 Female N (%) years 28 (0.04%)
2000-01-01 to 2000-12-31 overall overall N (%) years 1,053 (1.61%)
<=20 overall N (%) years 44 (0.07%)
>20 overall N (%) years 1,009 (1.54%)
overall Male N (%) years 503 (0.77%)
Female N (%) years 550 (0.84%)
>20 Female N (%) years 528 (0.81%)
<=20 Female N (%) years 22 (0.03%)
>20 Male N (%) years 481 (0.74%)
<=20 Male N (%) years 22 (0.03%)
2001-01-01 to 2001-12-31 overall overall N (%) years 970 (1.48%)
>20 overall N (%) years 942 (1.44%)
<=20 overall N (%) years 28 (0.04%)
overall Male N (%) years 444 (0.68%)
Female N (%) years 526 (0.81%)
<=20 Male N (%) years 10 (0.02%)
>20 Male N (%) years 434 (0.66%)
Female N (%) years 508 (0.78%)
<=20 Female N (%) years 18 (0.03%)
2002-01-01 to 2002-12-31 overall overall N (%) years 1,006 (1.54%)
>20 overall N (%) years 983 (1.50%)
<=20 overall N (%) years 23 (0.04%)
overall Female N (%) years 498 (0.76%)
Male N (%) years 508 (0.78%)
>20 Male N (%) years 493 (0.75%)
<=20 Male N (%) years 15 (0.02%)
>20 Female N (%) years 490 (0.75%)
<=20 Female N (%) years 8 (0.01%)
2003-01-01 to 2003-12-31 overall overall N (%) years 959 (1.47%)
<=20 overall N (%) years 7 (0.01%)
>20 overall N (%) years 952 (1.46%)
overall Male N (%) years 474 (0.73%)
Female N (%) years 485 (0.74%)
>20 Female N (%) years 480 (0.73%)
<=20 Female N (%) years 5 (0.01%)
>20 Male N (%) years 472 (0.72%)
<=20 Male N (%) years 2 (0.00%)
2004-01-01 to 2004-12-31 overall overall N (%) years 1,054 (1.61%)
<=20 overall N (%) years 10 (0.02%)
>20 overall N (%) years 1,044 (1.60%)
overall Female N (%) years 532 (0.81%)
Male N (%) years 522 (0.80%)
>20 Female N (%) years 527 (0.81%)
<=20 Female N (%) years 5 (0.01%)
Male N (%) years 5 (0.01%)
>20 Male N (%) years 517 (0.79%)
2005-01-01 to 2005-12-31 overall overall N (%) years 1,015 (1.55%)
>20 overall N (%) years 1,012 (1.55%)
<=20 overall N (%) years 3 (0.00%)
overall Male N (%) years 491 (0.75%)
Female N (%) years 524 (0.80%)
<=20 Male N (%) years 1 (0.00%)
>20 Male N (%) years 490 (0.75%)
Female N (%) years 522 (0.80%)
<=20 Female N (%) years 2 (0.00%)
2006-01-01 to 2006-12-31 overall overall N (%) years 989 (1.51%)
>20 overall N (%) years 988 (1.51%)
<=20 overall N (%) years 1 (0.00%)
overall Female N (%) years 514 (0.79%)
Male N (%) years 475 (0.73%)
>20 Male N (%) years 475 (0.73%)
Female N (%) years 513 (0.79%)
<=20 Female N (%) years 1 (0.00%)
2007-01-01 to 2007-12-31 overall overall N (%) years 1,002 (1.53%)
>20 overall N (%) years 1,002 (1.53%)
overall Female N (%) years 499 (0.76%)
Male N (%) years 503 (0.77%)
>20 Male N (%) years 503 (0.77%)
Female N (%) years 499 (0.76%)
2008-01-01 to 2008-12-31 overall overall N (%) years 1,049 (1.61%)
>20 overall N (%) years 1,049 (1.61%)
overall Male N (%) years 516 (0.79%)
Female N (%) years 533 (0.82%)
>20 Male N (%) years 516 (0.79%)
Female N (%) years 533 (0.82%)
2009-01-01 to 2009-12-31 overall overall N (%) years 973 (1.49%)
>20 overall N (%) years 973 (1.49%)
overall Male N (%) years 461 (0.71%)
Female N (%) years 512 (0.78%)
>20 Female N (%) years 512 (0.78%)
Male N (%) years 461 (0.71%)
2010-01-01 to 2010-12-31 overall overall N (%) years 979 (1.50%)
>20 overall N (%) years 979 (1.50%)
overall Male N (%) years 487 (0.75%)
Female N (%) years 492 (0.75%)
>20 Female N (%) years 492 (0.75%)
Male N (%) years 487 (0.75%)
2011-01-01 to 2011-12-31 overall overall N (%) years 967 (1.48%)
>20 overall N (%) years 967 (1.48%)
overall Female N (%) years 488 (0.75%)
Male N (%) years 479 (0.73%)
>20 Female N (%) years 488 (0.75%)
Male N (%) years 479 (0.73%)
2012-01-01 to 2012-12-31 overall overall N (%) years 988 (1.51%)
>20 overall N (%) years 988 (1.51%)
overall Female N (%) years 496 (0.76%)
Male N (%) years 492 (0.75%)
>20 Female N (%) years 496 (0.76%)
Male N (%) years 492 (0.75%)
2013-01-01 to 2013-12-31 overall overall N (%) years 943 (1.44%)
>20 overall N (%) years 943 (1.44%)
overall Male N (%) years 449 (0.69%)
Female N (%) years 494 (0.76%)
>20 Female N (%) years 494 (0.76%)
Male N (%) years 449 (0.69%)
2014-01-01 to 2014-12-31 overall overall N (%) years 981 (1.50%)
>20 overall N (%) years 981 (1.50%)
overall Female N (%) years 523 (0.80%)
Male N (%) years 458 (0.70%)
>20 Male N (%) years 458 (0.70%)
Female N (%) years 523 (0.80%)
2015-01-01 to 2015-12-31 overall overall N (%) years 933 (1.43%)
>20 overall N (%) years 933 (1.43%)
overall Male N (%) years 445 (0.68%)
Female N (%) years 488 (0.75%)
>20 Female N (%) years 488 (0.75%)
Male N (%) years 445 (0.68%)
2016-01-01 to 2016-12-31 overall overall N (%) years 1,001 (1.53%)
>20 overall N (%) years 1,001 (1.53%)
overall Male N (%) years 476 (0.73%)
Female N (%) years 525 (0.80%)
>20 Female N (%) years 525 (0.80%)
Male N (%) years 476 (0.73%)
2017-01-01 to 2017-12-31 overall overall N (%) years 998 (1.53%)
>20 overall N (%) years 998 (1.53%)
overall Female N (%) years 501 (0.77%)
Male N (%) years 497 (0.76%)
>20 Female N (%) years 501 (0.77%)
Male N (%) years 497 (0.76%)
2018-01-01 to 2018-12-31 overall overall N (%) years 956 (1.46%)
>20 overall N (%) years 956 (1.46%)
overall Male N (%) years 487 (0.75%)
Female N (%) years 469 (0.72%)
>20 Male N (%) years 487 (0.75%)
Female N (%) years 469 (0.72%)
2019-01-01 to 2019-12-31 overall overall N (%) years 434 (0.66%)
>20 overall N (%) years 434 (0.66%)
overall Male N (%) years 218 (0.33%)
Female N (%) years 216 (0.33%)
>20 Female N (%) years 216 (0.33%)
Male N (%) years 218 (0.33%)
overall overall overall N (%) years 65,332 (100.00%)
>20 overall N (%) years 40,402 (61.84%)
<=20 overall N (%) years 24,930 (38.16%)
overall Male N (%) years 31,588 (48.35%)
Female N (%) years 33,744 (51.65%)
>20 Male N (%) years 19,404 (29.70%)
Female N (%) years 20,998 (32.14%)
<=20 Female N (%) years 12,746 (19.51%)
Male N (%) years 12,184 (18.65%)
episode; observation_period
Number of records 1908-01-01 to 1908-12-31 overall overall N (%) years 2 (0.04%)
<=20 overall N (%) years 2 (0.04%)
overall Female N (%) years 2 (0.04%)
<=20 Female N (%) years 2 (0.04%)
1909-01-01 to 1909-12-31 overall overall N (%) years 22 (0.41%)
<=20 overall N (%) years 21 (0.39%)
None overall N (%) years 1 (0.02%)
overall None N (%) years 1 (0.02%)
Female N (%) years 18 (0.34%)
Male N (%) years 3 (0.06%)
None None N (%) years 1 (0.02%)
<=20 Female N (%) years 18 (0.34%)
Male N (%) years 3 (0.06%)
1910-01-01 to 1910-12-31 overall overall N (%) years 28 (0.52%)
<=20 overall N (%) years 27 (0.51%)
None overall N (%) years 1 (0.02%)
overall None N (%) years 1 (0.02%)
Female N (%) years 22 (0.41%)
Male N (%) years 5 (0.09%)
None None N (%) years 1 (0.02%)
<=20 Female N (%) years 22 (0.41%)
Male N (%) years 5 (0.09%)
1911-01-01 to 1911-12-31 overall overall N (%) years 42 (0.79%)
<=20 overall N (%) years 41 (0.77%)
None overall N (%) years 1 (0.02%)
overall None N (%) years 1 (0.02%)
Female N (%) years 32 (0.60%)
Male N (%) years 9 (0.17%)
None None N (%) years 1 (0.02%)
<=20 Female N (%) years 32 (0.60%)
Male N (%) years 9 (0.17%)
1912-01-01 to 1912-12-31 overall overall N (%) years 53 (0.99%)
<=20 overall N (%) years 52 (0.97%)
None overall N (%) years 1 (0.02%)
overall None N (%) years 1 (0.02%)
Female N (%) years 39 (0.73%)
Male N (%) years 13 (0.24%)
None None N (%) years 1 (0.02%)
<=20 Female N (%) years 39 (0.73%)
Male N (%) years 13 (0.24%)
1913-01-01 to 1913-12-31 overall overall N (%) years 60 (1.12%)
None overall N (%) years 1 (0.02%)
<=20 overall N (%) years 59 (1.10%)
overall Female N (%) years 40 (0.75%)
Male N (%) years 19 (0.36%)
None N (%) years 1 (0.02%)
None None N (%) years 1 (0.02%)
<=20 Female N (%) years 40 (0.75%)
Male N (%) years 19 (0.36%)
1914-01-01 to 1914-12-31 overall overall N (%) years 71 (1.33%)
None overall N (%) years 2 (0.04%)
<=20 overall N (%) years 69 (1.29%)
overall Female N (%) years 45 (0.84%)
Male N (%) years 24 (0.45%)
None N (%) years 2 (0.04%)
<=20 Female N (%) years 45 (0.84%)
Male N (%) years 24 (0.45%)
None None N (%) years 2 (0.04%)
1915-01-01 to 1915-12-31 overall overall N (%) years 71 (1.33%)
<=20 overall N (%) years 69 (1.29%)
None overall N (%) years 2 (0.04%)
overall None N (%) years 2 (0.04%)
Female N (%) years 45 (0.84%)
Male N (%) years 24 (0.45%)
None None N (%) years 2 (0.04%)
<=20 Female N (%) years 45 (0.84%)
Male N (%) years 24 (0.45%)
1916-01-01 to 1916-12-31 overall overall N (%) years 81 (1.52%)
<=20 overall N (%) years 79 (1.48%)
None overall N (%) years 2 (0.04%)
overall None N (%) years 2 (0.04%)
Female N (%) years 52 (0.97%)
Male N (%) years 27 (0.51%)
None None N (%) years 2 (0.04%)
<=20 Female N (%) years 52 (0.97%)
Male N (%) years 27 (0.51%)
1917-01-01 to 1917-12-31 overall overall N (%) years 83 (1.55%)
None overall N (%) years 2 (0.04%)
<=20 overall N (%) years 81 (1.52%)
overall Female N (%) years 53 (0.99%)
Male N (%) years 28 (0.52%)
None N (%) years 2 (0.04%)
None None N (%) years 2 (0.04%)
<=20 Female N (%) years 53 (0.99%)
Male N (%) years 28 (0.52%)
1918-01-01 to 1918-12-31 overall overall N (%) years 90 (1.68%)
None overall N (%) years 2 (0.04%)
<=20 overall N (%) years 88 (1.65%)
overall Female N (%) years 53 (0.99%)
Male N (%) years 35 (0.66%)
None N (%) years 2 (0.04%)
<=20 Female N (%) years 53 (0.99%)
Male N (%) years 35 (0.66%)
None None N (%) years 2 (0.04%)
1919-01-01 to 1919-12-31 overall overall N (%) years 102 (1.91%)
None overall N (%) years 4 (0.07%)
<=20 overall N (%) years 98 (1.83%)
overall Female N (%) years 57 (1.07%)
Male N (%) years 41 (0.77%)
None N (%) years 4 (0.07%)
<=20 Female N (%) years 57 (1.07%)
Male N (%) years 41 (0.77%)
None None N (%) years 4 (0.07%)
1920-01-01 to 1920-12-31 overall overall N (%) years 119 (2.23%)
None overall N (%) years 4 (0.07%)
<=20 overall N (%) years 115 (2.15%)
overall Female N (%) years 74 (1.38%)
Male N (%) years 41 (0.77%)
None N (%) years 4 (0.07%)
None None N (%) years 4 (0.07%)
<=20 Female N (%) years 74 (1.38%)
Male N (%) years 41 (0.77%)
1921-01-01 to 1921-12-31 overall overall N (%) years 122 (2.28%)
None overall N (%) years 4 (0.07%)
<=20 overall N (%) years 118 (2.21%)
overall Female N (%) years 75 (1.40%)
Male N (%) years 43 (0.80%)
None N (%) years 4 (0.07%)
None None N (%) years 4 (0.07%)
<=20 Female N (%) years 75 (1.40%)
Male N (%) years 43 (0.80%)
1922-01-01 to 1922-12-31 overall overall N (%) years 140 (2.62%)
<=20 overall N (%) years 136 (2.55%)
None overall N (%) years 4 (0.07%)
overall None N (%) years 4 (0.07%)
Female N (%) years 83 (1.55%)
Male N (%) years 53 (0.99%)
<=20 Female N (%) years 83 (1.55%)
Male N (%) years 53 (0.99%)
None None N (%) years 4 (0.07%)
1923-01-01 to 1923-12-31 overall overall N (%) years 147 (2.75%)
<=20 overall N (%) years 144 (2.70%)
None overall N (%) years 3 (0.06%)
overall None N (%) years 3 (0.06%)
Female N (%) years 86 (1.61%)
Male N (%) years 58 (1.09%)
None None N (%) years 3 (0.06%)
<=20 Female N (%) years 86 (1.61%)
Male N (%) years 58 (1.09%)
1924-01-01 to 1924-12-31 overall overall N (%) years 156 (2.92%)
<=20 overall N (%) years 153 (2.86%)
None overall N (%) years 3 (0.06%)
overall None N (%) years 3 (0.06%)
Female N (%) years 90 (1.68%)
Male N (%) years 63 (1.18%)
None None N (%) years 3 (0.06%)
<=20 Female N (%) years 90 (1.68%)
Male N (%) years 63 (1.18%)
1925-01-01 to 1925-12-31 overall overall N (%) years 160 (2.99%)
None overall N (%) years 3 (0.06%)
<=20 overall N (%) years 157 (2.94%)
overall Female N (%) years 90 (1.68%)
Male N (%) years 67 (1.25%)
None N (%) years 3 (0.06%)
None None N (%) years 3 (0.06%)
<=20 Female N (%) years 90 (1.68%)
Male N (%) years 67 (1.25%)
1926-01-01 to 1926-12-31 overall overall N (%) years 167 (3.13%)
<=20 overall N (%) years 165 (3.09%)
None overall N (%) years 2 (0.04%)
overall None N (%) years 2 (0.04%)
Female N (%) years 96 (1.80%)
Male N (%) years 69 (1.29%)
<=20 Female N (%) years 96 (1.80%)
Male N (%) years 69 (1.29%)
None None N (%) years 2 (0.04%)
1927-01-01 to 1927-12-31 overall overall N (%) years 173 (3.24%)
None overall N (%) years 2 (0.04%)
<=20 overall N (%) years 171 (3.20%)
overall Female N (%) years 100 (1.87%)
Male N (%) years 71 (1.33%)
None N (%) years 2 (0.04%)
<=20 Female N (%) years 100 (1.87%)
Male N (%) years 71 (1.33%)
None None N (%) years 2 (0.04%)
1928-01-01 to 1928-12-31 overall overall N (%) years 175 (3.28%)
<=20 overall N (%) years 173 (3.24%)
None overall N (%) years 2 (0.04%)
overall None N (%) years 2 (0.04%)
Female N (%) years 102 (1.91%)
Male N (%) years 71 (1.33%)
None None N (%) years 2 (0.04%)
<=20 Female N (%) years 102 (1.91%)
Male N (%) years 71 (1.33%)
1929-01-01 to 1929-12-31 overall overall N (%) years 178 (3.33%)
<=20 overall N (%) years 176 (3.29%)
None overall N (%) years 2 (0.04%)
overall None N (%) years 2 (0.04%)
Female N (%) years 104 (1.95%)
Male N (%) years 72 (1.35%)
None None N (%) years 2 (0.04%)
<=20 Female N (%) years 104 (1.95%)
Male N (%) years 72 (1.35%)
1930-01-01 to 1930-12-31 overall overall N (%) years 192 (3.59%)
>20 overall N (%) years 2 (0.04%)
None overall N (%) years 2 (0.04%)
<=20 overall N (%) years 188 (3.52%)
overall Female N (%) years 111 (2.08%)
Male N (%) years 79 (1.48%)
None N (%) years 2 (0.04%)
>20 Female N (%) years 2 (0.04%)
None None N (%) years 2 (0.04%)
<=20 Female N (%) years 109 (2.04%)
Male N (%) years 79 (1.48%)
1931-01-01 to 1931-12-31 overall overall N (%) years 196 (3.67%)
>20 overall N (%) years 21 (0.39%)
None overall N (%) years 2 (0.04%)
<=20 overall N (%) years 173 (3.24%)
overall Female N (%) years 114 (2.13%)
Male N (%) years 80 (1.50%)
None N (%) years 2 (0.04%)
None None N (%) years 2 (0.04%)
>20 Female N (%) years 18 (0.34%)
Male N (%) years 3 (0.06%)
<=20 Female N (%) years 96 (1.80%)
Male N (%) years 77 (1.44%)
1932-01-01 to 1932-12-31 overall overall N (%) years 200 (3.74%)
>20 overall N (%) years 27 (0.51%)
<=20 overall N (%) years 171 (3.20%)
None overall N (%) years 2 (0.04%)
overall None N (%) years 2 (0.04%)
Female N (%) years 115 (2.15%)
Male N (%) years 83 (1.55%)
<=20 Female N (%) years 93 (1.74%)
Male N (%) years 78 (1.46%)
None None N (%) years 2 (0.04%)
>20 Female N (%) years 22 (0.41%)
Male N (%) years 5 (0.09%)
1933-01-01 to 1933-12-31 overall overall N (%) years 206 (3.86%)
None overall N (%) years 2 (0.04%)
<=20 overall N (%) years 163 (3.05%)
>20 overall N (%) years 41 (0.77%)
overall Female N (%) years 119 (2.23%)
Male N (%) years 85 (1.59%)
None N (%) years 2 (0.04%)
None None N (%) years 2 (0.04%)
>20 Female N (%) years 32 (0.60%)
<=20 Female N (%) years 87 (1.63%)
Male N (%) years 76 (1.42%)
>20 Male N (%) years 9 (0.17%)
1934-01-01 to 1934-12-31 overall overall N (%) years 218 (4.08%)
None overall N (%) years 3 (0.06%)
<=20 overall N (%) years 163 (3.05%)
>20 overall N (%) years 52 (0.97%)
overall Female N (%) years 125 (2.34%)
Male N (%) years 90 (1.68%)
None N (%) years 3 (0.06%)
None None N (%) years 3 (0.06%)
>20 Female N (%) years 39 (0.73%)
Male N (%) years 13 (0.24%)
<=20 Female N (%) years 86 (1.61%)
Male N (%) years 77 (1.44%)
1935-01-01 to 1935-12-31 overall overall N (%) years 249 (4.66%)
None overall N (%) years 5 (0.09%)
<=20 overall N (%) years 185 (3.46%)
>20 overall N (%) years 59 (1.10%)
overall Female N (%) years 141 (2.64%)
Male N (%) years 103 (1.93%)
None N (%) years 5 (0.09%)
>20 Female N (%) years 40 (0.75%)
Male N (%) years 19 (0.36%)
None None N (%) years 5 (0.09%)
<=20 Female N (%) years 101 (1.89%)
Male N (%) years 84 (1.57%)
1936-01-01 to 1936-12-31 overall overall N (%) years 271 (5.07%)
>20 overall N (%) years 69 (1.29%)
None overall N (%) years 5 (0.09%)
<=20 overall N (%) years 197 (3.69%)
overall Female N (%) years 152 (2.84%)
Male N (%) years 114 (2.13%)
None N (%) years 5 (0.09%)
None None N (%) years 5 (0.09%)
<=20 Female N (%) years 107 (2.00%)
Male N (%) years 90 (1.68%)
>20 Female N (%) years 45 (0.84%)
Male N (%) years 24 (0.45%)
1937-01-01 to 1937-12-31 overall overall N (%) years 289 (5.41%)
None overall N (%) years 6 (0.11%)
<=20 overall N (%) years 214 (4.01%)
>20 overall N (%) years 69 (1.29%)
overall Female N (%) years 159 (2.98%)
Male N (%) years 124 (2.32%)
None N (%) years 6 (0.11%)
None None N (%) years 6 (0.11%)
>20 Female N (%) years 45 (0.84%)
Male N (%) years 24 (0.45%)
<=20 Female N (%) years 114 (2.13%)
Male N (%) years 100 (1.87%)
1938-01-01 to 1938-12-31 overall overall N (%) years 319 (5.97%)
<=20 overall N (%) years 234 (4.38%)
None overall N (%) years 6 (0.11%)
>20 overall N (%) years 79 (1.48%)
overall None N (%) years 6 (0.11%)
Female N (%) years 175 (3.28%)
Male N (%) years 138 (2.58%)
None None N (%) years 6 (0.11%)
>20 Female N (%) years 52 (0.97%)
Male N (%) years 27 (0.51%)
<=20 Female N (%) years 123 (2.30%)
Male N (%) years 111 (2.08%)
1939-01-01 to 1939-12-31 overall overall N (%) years 346 (6.48%)
>20 overall N (%) years 81 (1.52%)
<=20 overall N (%) years 258 (4.83%)
None overall N (%) years 7 (0.13%)
overall None N (%) years 7 (0.13%)
Female N (%) years 189 (3.54%)
Male N (%) years 150 (2.81%)
<=20 Female N (%) years 136 (2.55%)
Male N (%) years 122 (2.28%)
>20 Female N (%) years 53 (0.99%)
Male N (%) years 28 (0.52%)
None None N (%) years 7 (0.13%)
1940-01-01 to 1940-12-31 overall overall N (%) years 373 (6.98%)
>20 overall N (%) years 88 (1.65%)
<=20 overall N (%) years 277 (5.18%)
None overall N (%) years 8 (0.15%)
overall None N (%) years 8 (0.15%)
Female N (%) years 200 (3.74%)
Male N (%) years 165 (3.09%)
>20 Female N (%) years 53 (0.99%)
<=20 Female N (%) years 147 (2.75%)
>20 Male N (%) years 35 (0.66%)
<=20 Male N (%) years 130 (2.43%)
None None N (%) years 8 (0.15%)
1941-01-01 to 1941-12-31 overall overall N (%) years 392 (7.34%)
None overall N (%) years 9 (0.17%)
<=20 overall N (%) years 285 (5.33%)
>20 overall N (%) years 98 (1.83%)
overall Female N (%) years 206 (3.86%)
Male N (%) years 177 (3.31%)
None N (%) years 9 (0.17%)
None None N (%) years 9 (0.17%)
<=20 Female N (%) years 149 (2.79%)
Male N (%) years 136 (2.55%)
>20 Female N (%) years 57 (1.07%)
Male N (%) years 41 (0.77%)
1942-01-01 to 1942-12-31 overall overall N (%) years 419 (7.84%)
<=20 overall N (%) years 294 (5.50%)
None overall N (%) years 10 (0.19%)
>20 overall N (%) years 115 (2.15%)
overall None N (%) years 10 (0.19%)
Female N (%) years 217 (4.06%)
Male N (%) years 192 (3.59%)
None None N (%) years 10 (0.19%)
>20 Female N (%) years 74 (1.38%)
Male N (%) years 41 (0.77%)
<=20 Female N (%) years 143 (2.68%)
Male N (%) years 151 (2.83%)
1943-01-01 to 1943-12-31 overall overall N (%) years 450 (8.42%)
>20 overall N (%) years 118 (2.21%)
None overall N (%) years 11 (0.21%)
<=20 overall N (%) years 321 (6.01%)
overall Female N (%) years 229 (4.29%)
Male N (%) years 210 (3.93%)
None N (%) years 11 (0.21%)
>20 Female N (%) years 75 (1.40%)
<=20 Male N (%) years 167 (3.13%)
>20 Male N (%) years 43 (0.80%)
<=20 Female N (%) years 154 (2.88%)
None None N (%) years 11 (0.21%)
1944-01-01 to 1944-12-31 overall overall N (%) years 482 (9.02%)
<=20 overall N (%) years 335 (6.27%)
None overall N (%) years 11 (0.21%)
>20 overall N (%) years 136 (2.55%)
overall None N (%) years 11 (0.21%)
Female N (%) years 251 (4.70%)
Male N (%) years 220 (4.12%)
None None N (%) years 11 (0.21%)
>20 Female N (%) years 83 (1.55%)
<=20 Male N (%) years 167 (3.13%)
>20 Male N (%) years 53 (0.99%)
<=20 Female N (%) years 168 (3.14%)
1945-01-01 to 1945-12-31 overall overall N (%) years 518 (9.69%)
>20 overall N (%) years 146 (2.73%)
<=20 overall N (%) years 362 (6.78%)
None overall N (%) years 10 (0.19%)
overall None N (%) years 10 (0.19%)
Female N (%) years 270 (5.05%)
Male N (%) years 238 (4.45%)
None None N (%) years 10 (0.19%)
>20 Female N (%) years 88 (1.65%)
Male N (%) years 58 (1.09%)
<=20 Male N (%) years 180 (3.37%)
Female N (%) years 182 (3.41%)
1946-01-01 to 1946-12-31 overall overall N (%) years 554 (10.37%)
>20 overall N (%) years 152 (2.84%)
<=20 overall N (%) years 391 (7.32%)
None overall N (%) years 11 (0.21%)
overall None N (%) years 11 (0.21%)
Female N (%) years 287 (5.37%)
Male N (%) years 256 (4.79%)
>20 Female N (%) years 89 (1.67%)
Male N (%) years 63 (1.18%)
None None N (%) years 11 (0.21%)
<=20 Male N (%) years 193 (3.61%)
Female N (%) years 198 (3.71%)
1947-01-01 to 1947-12-31 overall overall N (%) years 594 (11.12%)
<=20 overall N (%) years 426 (7.97%)
None overall N (%) years 12 (0.22%)
>20 overall N (%) years 156 (2.92%)
overall None N (%) years 12 (0.22%)
Female N (%) years 301 (5.63%)
Male N (%) years 281 (5.26%)
>20 Female N (%) years 89 (1.67%)
Male N (%) years 67 (1.25%)
None None N (%) years 12 (0.22%)
<=20 Male N (%) years 214 (4.01%)
Female N (%) years 212 (3.97%)
1948-01-01 to 1948-12-31 overall overall N (%) years 628 (11.75%)
>20 overall N (%) years 164 (3.07%)
<=20 overall N (%) years 451 (8.44%)
None overall N (%) years 13 (0.24%)
overall None N (%) years 13 (0.24%)
Female N (%) years 320 (5.99%)
Male N (%) years 295 (5.52%)
None None N (%) years 13 (0.24%)
>20 Female N (%) years 95 (1.78%)
<=20 Male N (%) years 226 (4.23%)
>20 Male N (%) years 69 (1.29%)
<=20 Female N (%) years 225 (4.21%)
1949-01-01 to 1949-12-31 overall overall N (%) years 669 (12.52%)
>20 overall N (%) years 170 (3.18%)
None overall N (%) years 14 (0.26%)
<=20 overall N (%) years 485 (9.08%)
overall Female N (%) years 333 (6.23%)
Male N (%) years 322 (6.03%)
None N (%) years 14 (0.26%)
>20 Female N (%) years 99 (1.85%)
Male N (%) years 71 (1.33%)
None None N (%) years 14 (0.26%)
<=20 Male N (%) years 251 (4.70%)
Female N (%) years 234 (4.38%)
1950-01-01 to 1950-12-31 overall overall N (%) years 724 (13.55%)
None overall N (%) years 15 (0.28%)
<=20 overall N (%) years 537 (10.05%)
>20 overall N (%) years 172 (3.22%)
overall Female N (%) years 356 (6.66%)
Male N (%) years 353 (6.61%)
None N (%) years 15 (0.28%)
>20 Female N (%) years 101 (1.89%)
Male N (%) years 71 (1.33%)
None None N (%) years 15 (0.28%)
<=20 Male N (%) years 282 (5.28%)
Female N (%) years 255 (4.77%)
1951-01-01 to 1951-12-31 overall overall N (%) years 787 (14.73%)
<=20 overall N (%) years 597 (11.17%)
None overall N (%) years 15 (0.28%)
>20 overall N (%) years 175 (3.28%)
overall None N (%) years 15 (0.28%)
Female N (%) years 383 (7.17%)
Male N (%) years 389 (7.28%)
<=20 Male N (%) years 317 (5.93%)
Female N (%) years 280 (5.24%)
>20 Female N (%) years 103 (1.93%)
Male N (%) years 72 (1.35%)
None None N (%) years 15 (0.28%)
1952-01-01 to 1952-12-31 overall overall N (%) years 845 (15.82%)
>20 overall N (%) years 189 (3.54%)
None overall N (%) years 18 (0.34%)
<=20 overall N (%) years 638 (11.94%)
overall Female N (%) years 413 (7.73%)
Male N (%) years 414 (7.75%)
None N (%) years 18 (0.34%)
None None N (%) years 18 (0.34%)
<=20 Male N (%) years 335 (6.27%)
Female N (%) years 303 (5.67%)
>20 Female N (%) years 110 (2.06%)
Male N (%) years 79 (1.48%)
1953-01-01 to 1953-12-31 overall overall N (%) years 889 (16.64%)
<=20 overall N (%) years 680 (12.73%)
None overall N (%) years 16 (0.30%)
>20 overall N (%) years 193 (3.61%)
overall None N (%) years 16 (0.30%)
Female N (%) years 443 (8.29%)
Male N (%) years 430 (8.05%)
None None N (%) years 16 (0.30%)
>20 Female N (%) years 113 (2.11%)
Male N (%) years 80 (1.50%)
<=20 Male N (%) years 350 (6.55%)
Female N (%) years 330 (6.18%)
1954-01-01 to 1954-12-31 overall overall N (%) years 953 (17.84%)
None overall N (%) years 19 (0.36%)
<=20 overall N (%) years 737 (13.79%)
>20 overall N (%) years 197 (3.69%)
overall Female N (%) years 476 (8.91%)
Male N (%) years 458 (8.57%)
None N (%) years 19 (0.36%)
None None N (%) years 19 (0.36%)
>20 Female N (%) years 114 (2.13%)
<=20 Male N (%) years 375 (7.02%)
Female N (%) years 362 (6.78%)
>20 Male N (%) years 83 (1.55%)
1955-01-01 to 1955-12-31 overall overall N (%) years 1,015 (19.00%)
None overall N (%) years 20 (0.37%)
<=20 overall N (%) years 792 (14.82%)
>20 overall N (%) years 203 (3.80%)
overall Female N (%) years 515 (9.64%)
Male N (%) years 480 (8.98%)
None N (%) years 20 (0.37%)
None None N (%) years 20 (0.37%)
<=20 Male N (%) years 395 (7.39%)
Female N (%) years 397 (7.43%)
>20 Female N (%) years 118 (2.21%)
Male N (%) years 85 (1.59%)
1956-01-01 to 1956-12-31 overall overall N (%) years 1,087 (20.34%)
>20 overall N (%) years 214 (4.01%)
<=20 overall N (%) years 850 (15.91%)
None overall N (%) years 23 (0.43%)
overall None N (%) years 23 (0.43%)
Female N (%) years 544 (10.18%)
Male N (%) years 520 (9.73%)
None None N (%) years 23 (0.43%)
>20 Female N (%) years 124 (2.32%)
<=20 Male N (%) years 430 (8.05%)
Female N (%) years 420 (7.86%)
>20 Male N (%) years 90 (1.68%)
1957-01-01 to 1957-12-31 overall overall N (%) years 1,138 (21.30%)
None overall N (%) years 26 (0.49%)
<=20 overall N (%) years 869 (16.26%)
>20 overall N (%) years 243 (4.55%)
overall Female N (%) years 564 (10.56%)
Male N (%) years 548 (10.26%)
None N (%) years 26 (0.49%)
>20 Female N (%) years 140 (2.62%)
Male N (%) years 103 (1.93%)
None None N (%) years 26 (0.49%)
<=20 Male N (%) years 445 (8.33%)
Female N (%) years 424 (7.94%)
1958-01-01 to 1958-12-31 overall overall N (%) years 1,207 (22.59%)
None overall N (%) years 27 (0.51%)
<=20 overall N (%) years 915 (17.13%)
>20 overall N (%) years 265 (4.96%)
overall Female N (%) years 595 (11.14%)
Male N (%) years 585 (10.95%)
None N (%) years 27 (0.51%)
<=20 Female N (%) years 444 (8.31%)
Male N (%) years 471 (8.82%)
>20 Female N (%) years 151 (2.83%)
Male N (%) years 114 (2.13%)
None None N (%) years 27 (0.51%)
1959-01-01 to 1959-12-31 overall overall N (%) years 1,279 (23.94%)
<=20 overall N (%) years 968 (18.12%)
None overall N (%) years 29 (0.54%)
>20 overall N (%) years 282 (5.28%)
overall None N (%) years 29 (0.54%)
Female N (%) years 627 (11.73%)
Male N (%) years 623 (11.66%)
<=20 Female N (%) years 469 (8.78%)
Male N (%) years 499 (9.34%)
>20 Female N (%) years 158 (2.96%)
Male N (%) years 124 (2.32%)
None None N (%) years 29 (0.54%)
1960-01-01 to 1960-12-31 overall overall N (%) years 1,358 (25.42%)
>20 overall N (%) years 312 (5.84%)
<=20 overall N (%) years 1,017 (19.03%)
None overall N (%) years 29 (0.54%)
overall None N (%) years 29 (0.54%)
Female N (%) years 673 (12.60%)
Male N (%) years 656 (12.28%)
None None N (%) years 29 (0.54%)
>20 Female N (%) years 174 (3.26%)
Male N (%) years 138 (2.58%)
<=20 Female N (%) years 499 (9.34%)
Male N (%) years 518 (9.69%)
1961-01-01 to 1961-12-31 overall overall N (%) years 1,440 (26.95%)
>20 overall N (%) years 338 (6.33%)
<=20 overall N (%) years 1,073 (20.08%)
None overall N (%) years 29 (0.54%)
overall None N (%) years 29 (0.54%)
Female N (%) years 711 (13.31%)
Male N (%) years 700 (13.10%)
<=20 Female N (%) years 523 (9.79%)
Male N (%) years 550 (10.29%)
>20 Female N (%) years 188 (3.52%)
Male N (%) years 150 (2.81%)
None None N (%) years 29 (0.54%)
1962-01-01 to 1962-12-31 overall overall N (%) years 1,499 (28.06%)
>20 overall N (%) years 363 (6.79%)
<=20 overall N (%) years 1,108 (20.74%)
None overall N (%) years 28 (0.52%)
overall None N (%) years 28 (0.52%)
Female N (%) years 739 (13.83%)
Male N (%) years 732 (13.70%)
>20 Female N (%) years 198 (3.71%)
Male N (%) years 165 (3.09%)
<=20 Female N (%) years 541 (10.13%)
Male N (%) years 567 (10.61%)
None None N (%) years 28 (0.52%)
1963-01-01 to 1963-12-31 overall overall N (%) years 1,586 (29.68%)
<=20 overall N (%) years 1,174 (21.97%)
None overall N (%) years 31 (0.58%)
>20 overall N (%) years 381 (7.13%)
overall None N (%) years 31 (0.58%)
Female N (%) years 789 (14.77%)
Male N (%) years 766 (14.34%)
<=20 Female N (%) years 585 (10.95%)
Male N (%) years 589 (11.02%)
>20 Female N (%) years 204 (3.82%)
Male N (%) years 177 (3.31%)
None None N (%) years 31 (0.58%)
1964-01-01 to 1964-12-31 overall overall N (%) years 1,656 (30.99%)
<=20 overall N (%) years 1,216 (22.76%)
None overall N (%) years 33 (0.62%)
>20 overall N (%) years 407 (7.62%)
overall None N (%) years 33 (0.62%)
Female N (%) years 816 (15.27%)
Male N (%) years 807 (15.10%)
<=20 Female N (%) years 601 (11.25%)
Male N (%) years 615 (11.51%)
>20 Female N (%) years 215 (4.02%)
Male N (%) years 192 (3.59%)
None None N (%) years 33 (0.62%)
1965-01-01 to 1965-12-31 overall overall N (%) years 1,724 (32.27%)
>20 overall N (%) years 437 (8.18%)
None overall N (%) years 34 (0.64%)
<=20 overall N (%) years 1,253 (23.45%)
overall Female N (%) years 853 (15.96%)
Male N (%) years 837 (15.67%)
None N (%) years 34 (0.64%)
<=20 Female N (%) years 626 (11.72%)
Male N (%) years 627 (11.73%)
>20 Male N (%) years 210 (3.93%)
Female N (%) years 227 (4.25%)
None None N (%) years 34 (0.64%)
1966-01-01 to 1966-12-31 overall overall N (%) years 1,791 (33.52%)
>20 overall N (%) years 469 (8.78%)
<=20 overall N (%) years 1,288 (24.11%)
None overall N (%) years 34 (0.64%)
overall None N (%) years 34 (0.64%)
Female N (%) years 887 (16.60%)
Male N (%) years 870 (16.28%)
None None N (%) years 34 (0.64%)
>20 Female N (%) years 249 (4.66%)
Male N (%) years 220 (4.12%)
<=20 Female N (%) years 638 (11.94%)
Male N (%) years 650 (12.17%)
1967-01-01 to 1967-12-31 overall overall N (%) years 1,862 (34.85%)
None overall N (%) years 34 (0.64%)
<=20 overall N (%) years 1,322 (24.74%)
>20 overall N (%) years 506 (9.47%)
overall Female N (%) years 924 (17.29%)
Male N (%) years 904 (16.92%)
None N (%) years 34 (0.64%)
None None N (%) years 34 (0.64%)
<=20 Female N (%) years 656 (12.28%)
Male N (%) years 666 (12.46%)
>20 Female N (%) years 268 (5.02%)
Male N (%) years 238 (4.45%)
1968-01-01 to 1968-12-31 overall overall N (%) years 1,929 (36.10%)
<=20 overall N (%) years 1,355 (25.36%)
None overall N (%) years 33 (0.62%)
>20 overall N (%) years 541 (10.13%)
overall None N (%) years 33 (0.62%)
Female N (%) years 955 (17.87%)
Male N (%) years 941 (17.61%)
<=20 Female N (%) years 669 (12.52%)
Male N (%) years 686 (12.84%)
>20 Female N (%) years 286 (5.35%)
Male N (%) years 255 (4.77%)
None None N (%) years 33 (0.62%)
1969-01-01 to 1969-12-31 overall overall N (%) years 2,006 (37.54%)
<=20 overall N (%) years 1,387 (25.96%)
None overall N (%) years 38 (0.71%)
>20 overall N (%) years 581 (10.87%)
overall None N (%) years 38 (0.71%)
Female N (%) years 989 (18.51%)
Male N (%) years 979 (18.32%)
>20 Female N (%) years 301 (5.63%)
Male N (%) years 280 (5.24%)
<=20 Female N (%) years 688 (12.88%)
Male N (%) years 699 (13.08%)
None None N (%) years 38 (0.71%)
1970-01-01 to 1970-12-31 overall overall N (%) years 2,081 (38.95%)
>20 overall N (%) years 614 (11.49%)
<=20 overall N (%) years 1,428 (26.73%)
None overall N (%) years 39 (0.73%)
overall None N (%) years 39 (0.73%)
Female N (%) years 1,027 (19.22%)
Male N (%) years 1,015 (19.00%)
>20 Female N (%) years 319 (5.97%)
Male N (%) years 295 (5.52%)
<=20 Female N (%) years 708 (13.25%)
Male N (%) years 720 (13.48%)
None None N (%) years 39 (0.73%)
1971-01-01 to 1971-12-31 overall overall N (%) years 2,160 (40.43%)
<=20 overall N (%) years 1,468 (27.48%)
None overall N (%) years 39 (0.73%)
>20 overall N (%) years 653 (12.22%)
overall None N (%) years 39 (0.73%)
Female N (%) years 1,071 (20.04%)
Male N (%) years 1,050 (19.65%)
None None N (%) years 39 (0.73%)
>20 Female N (%) years 332 (6.21%)
Male N (%) years 321 (6.01%)
<=20 Female N (%) years 739 (13.83%)
Male N (%) years 729 (13.64%)
1972-01-01 to 1972-12-31 overall overall N (%) years 2,251 (42.13%)
None overall N (%) years 43 (0.80%)
<=20 overall N (%) years 1,501 (28.09%)
>20 overall N (%) years 707 (13.23%)
overall Female N (%) years 1,115 (20.87%)
Male N (%) years 1,093 (20.46%)
None N (%) years 43 (0.80%)
None None N (%) years 43 (0.80%)
<=20 Female N (%) years 760 (14.22%)
>20 Female N (%) years 355 (6.64%)
<=20 Male N (%) years 741 (13.87%)
>20 Male N (%) years 352 (6.59%)
1973-01-01 to 1973-12-31 overall overall N (%) years 2,314 (43.31%)
>20 overall N (%) years 769 (14.39%)
None overall N (%) years 43 (0.80%)
<=20 overall N (%) years 1,502 (28.11%)
overall Female N (%) years 1,149 (21.50%)
Male N (%) years 1,122 (21.00%)
None N (%) years 43 (0.80%)
<=20 Female N (%) years 767 (14.36%)
>20 Female N (%) years 382 (7.15%)
Male N (%) years 387 (7.24%)
<=20 Male N (%) years 735 (13.76%)
None None N (%) years 43 (0.80%)
1974-01-01 to 1974-12-31 overall overall N (%) years 2,380 (44.54%)
None overall N (%) years 49 (0.92%)
<=20 overall N (%) years 1,508 (28.22%)
>20 overall N (%) years 823 (15.40%)
overall Female N (%) years 1,180 (22.08%)
Male N (%) years 1,151 (21.54%)
None N (%) years 49 (0.92%)
<=20 Female N (%) years 768 (14.37%)
Male N (%) years 740 (13.85%)
>20 Female N (%) years 412 (7.71%)
Male N (%) years 411 (7.69%)
None None N (%) years 49 (0.92%)
1975-01-01 to 1975-12-31 overall overall N (%) years 2,428 (45.44%)
>20 overall N (%) years 869 (16.26%)
<=20 overall N (%) years 1,508 (28.22%)
None overall N (%) years 51 (0.95%)
overall None N (%) years 51 (0.95%)
Female N (%) years 1,205 (22.55%)
Male N (%) years 1,172 (21.94%)
>20 Female N (%) years 442 (8.27%)
Male N (%) years 427 (7.99%)
<=20 Female N (%) years 763 (14.28%)
Male N (%) years 745 (13.94%)
None None N (%) years 51 (0.95%)
1976-01-01 to 1976-12-31 overall overall N (%) years 2,480 (46.42%)
>20 overall N (%) years 930 (17.41%)
None overall N (%) years 55 (1.03%)
<=20 overall N (%) years 1,495 (27.98%)
overall Female N (%) years 1,228 (22.98%)
Male N (%) years 1,197 (22.40%)
None N (%) years 55 (1.03%)
<=20 Female N (%) years 753 (14.09%)
Male N (%) years 742 (13.89%)
>20 Female N (%) years 475 (8.89%)
Male N (%) years 455 (8.52%)
None None N (%) years 55 (1.03%)
1977-01-01 to 1977-12-31 overall overall N (%) years 2,546 (47.65%)
<=20 overall N (%) years 1,492 (27.92%)
None overall N (%) years 63 (1.18%)
>20 overall N (%) years 991 (18.55%)
overall None N (%) years 63 (1.18%)
Female N (%) years 1,259 (23.56%)
Male N (%) years 1,224 (22.91%)
>20 Female N (%) years 514 (9.62%)
Male N (%) years 477 (8.93%)
None None N (%) years 63 (1.18%)
<=20 Female N (%) years 745 (13.94%)
Male N (%) years 747 (13.98%)
1978-01-01 to 1978-12-31 overall overall N (%) years 2,613 (48.91%)
>20 overall N (%) years 1,060 (19.84%)
None overall N (%) years 84 (1.57%)
<=20 overall N (%) years 1,469 (27.49%)
overall Female N (%) years 1,290 (24.14%)
Male N (%) years 1,239 (23.19%)
None N (%) years 84 (1.57%)
>20 Female N (%) years 543 (10.16%)
Male N (%) years 517 (9.68%)
<=20 Female N (%) years 747 (13.98%)
Male N (%) years 722 (13.51%)
None None N (%) years 84 (1.57%)
1979-01-01 to 1979-12-31 overall overall N (%) years 2,675 (50.07%)
None overall N (%) years 111 (2.08%)
<=20 overall N (%) years 1,456 (27.25%)
>20 overall N (%) years 1,108 (20.74%)
overall Female N (%) years 1,306 (24.44%)
Male N (%) years 1,258 (23.54%)
None N (%) years 111 (2.08%)
<=20 Female N (%) years 743 (13.91%)
Male N (%) years 713 (13.34%)
>20 Female N (%) years 563 (10.54%)
Male N (%) years 545 (10.20%)
None None N (%) years 111 (2.08%)
1980-01-01 to 1980-12-31 overall overall N (%) years 2,755 (51.56%)
>20 overall N (%) years 1,175 (21.99%)
None overall N (%) years 153 (2.86%)
<=20 overall N (%) years 1,427 (26.71%)
overall Female N (%) years 1,328 (24.85%)
Male N (%) years 1,274 (23.84%)
None N (%) years 153 (2.86%)
>20 Female N (%) years 594 (11.12%)
Male N (%) years 581 (10.87%)
None None N (%) years 153 (2.86%)
<=20 Female N (%) years 734 (13.74%)
Male N (%) years 693 (12.97%)
1981-01-01 to 1981-12-31 overall overall N (%) years 2,826 (52.89%)
>20 overall N (%) years 1,243 (23.26%)
<=20 overall N (%) years 1,391 (26.03%)
None overall N (%) years 192 (3.59%)
overall None N (%) years 192 (3.59%)
Female N (%) years 1,347 (25.21%)
Male N (%) years 1,287 (24.09%)
>20 Female N (%) years 626 (11.72%)
Male N (%) years 617 (11.55%)
None None N (%) years 192 (3.59%)
<=20 Female N (%) years 721 (13.49%)
Male N (%) years 670 (12.54%)
1982-01-01 to 1982-12-31 overall overall N (%) years 2,886 (54.01%)
<=20 overall N (%) years 1,330 (24.89%)
None overall N (%) years 233 (4.36%)
>20 overall N (%) years 1,323 (24.76%)
overall None N (%) years 233 (4.36%)
Female N (%) years 1,355 (25.36%)
Male N (%) years 1,298 (24.29%)
>20 Female N (%) years 672 (12.58%)
Male N (%) years 651 (12.18%)
<=20 Female N (%) years 683 (12.78%)
Male N (%) years 647 (12.11%)
None None N (%) years 233 (4.36%)
1983-01-01 to 1983-12-31 overall overall N (%) years 2,947 (55.16%)
<=20 overall N (%) years 1,265 (23.68%)
None overall N (%) years 280 (5.24%)
>20 overall N (%) years 1,402 (26.24%)
overall None N (%) years 280 (5.24%)
Female N (%) years 1,360 (25.45%)
Male N (%) years 1,307 (24.46%)
>20 Female N (%) years 709 (13.27%)
Male N (%) years 693 (12.97%)
<=20 Female N (%) years 651 (12.18%)
Male N (%) years 614 (11.49%)
None None N (%) years 280 (5.24%)
1984-01-01 to 1984-12-31 overall overall N (%) years 3,015 (56.43%)
>20 overall N (%) years 1,461 (27.34%)
<=20 overall N (%) years 1,215 (22.74%)
None overall N (%) years 339 (6.34%)
overall None N (%) years 339 (6.34%)
Female N (%) years 1,365 (25.55%)
Male N (%) years 1,311 (24.54%)
>20 Female N (%) years 736 (13.78%)
Male N (%) years 725 (13.57%)
None None N (%) years 339 (6.34%)
<=20 Female N (%) years 629 (11.77%)
Male N (%) years 586 (10.97%)
1985-01-01 to 1985-12-31 overall overall N (%) years 3,083 (57.70%)
None overall N (%) years 404 (7.56%)
<=20 overall N (%) years 1,135 (21.24%)
>20 overall N (%) years 1,544 (28.90%)
overall Female N (%) years 1,367 (25.58%)
Male N (%) years 1,312 (24.56%)
None N (%) years 404 (7.56%)
>20 Female N (%) years 786 (14.71%)
<=20 Female N (%) years 581 (10.87%)
>20 Male N (%) years 758 (14.19%)
<=20 Male N (%) years 554 (10.37%)
None None N (%) years 404 (7.56%)
1986-01-01 to 1986-12-31 overall overall N (%) years 3,158 (59.11%)
<=20 overall N (%) years 1,069 (20.01%)
None overall N (%) years 478 (8.95%)
>20 overall N (%) years 1,611 (30.15%)
overall None N (%) years 478 (8.95%)
Female N (%) years 1,367 (25.58%)
Male N (%) years 1,313 (24.57%)
<=20 Female N (%) years 555 (10.39%)
Male N (%) years 514 (9.62%)
None None N (%) years 478 (8.95%)
>20 Female N (%) years 812 (15.20%)
Male N (%) years 799 (14.95%)
1987-01-01 to 1987-12-31 overall overall N (%) years 3,240 (60.64%)
None overall N (%) years 560 (10.48%)
<=20 overall N (%) years 1,002 (18.75%)
>20 overall N (%) years 1,678 (31.41%)
overall Female N (%) years 1,367 (25.58%)
Male N (%) years 1,313 (24.57%)
None N (%) years 560 (10.48%)
<=20 Female N (%) years 518 (9.69%)
Male N (%) years 484 (9.06%)
>20 Female N (%) years 849 (15.89%)
Male N (%) years 829 (15.52%)
None None N (%) years 560 (10.48%)
1988-01-01 to 1988-12-31 overall overall N (%) years 3,303 (61.82%)
>20 overall N (%) years 1,743 (32.62%)
None overall N (%) years 626 (11.72%)
<=20 overall N (%) years 934 (17.48%)
overall Female N (%) years 1,364 (25.53%)
Male N (%) years 1,313 (24.57%)
None N (%) years 626 (11.72%)
>20 Female N (%) years 881 (16.49%)
Male N (%) years 862 (16.13%)
<=20 Female N (%) years 483 (9.04%)
Male N (%) years 451 (8.44%)
None None N (%) years 626 (11.72%)
1989-01-01 to 1989-12-31 overall overall N (%) years 3,373 (63.13%)
>20 overall N (%) years 1,812 (33.91%)
None overall N (%) years 698 (13.06%)
<=20 overall N (%) years 863 (16.15%)
overall Female N (%) years 1,363 (25.51%)
Male N (%) years 1,312 (24.56%)
None N (%) years 698 (13.06%)
None None N (%) years 698 (13.06%)
>20 Female N (%) years 917 (17.16%)
<=20 Female N (%) years 446 (8.35%)
>20 Male N (%) years 895 (16.75%)
<=20 Male N (%) years 417 (7.80%)
1990-01-01 to 1990-12-31 overall overall N (%) years 3,441 (64.40%)
<=20 overall N (%) years 795 (14.88%)
None overall N (%) years 766 (14.34%)
>20 overall N (%) years 1,880 (35.19%)
overall None N (%) years 766 (14.34%)
Female N (%) years 1,363 (25.51%)
Male N (%) years 1,312 (24.56%)
<=20 Female N (%) years 416 (7.79%)
Male N (%) years 379 (7.09%)
None None N (%) years 766 (14.34%)
>20 Female N (%) years 947 (17.72%)
Male N (%) years 933 (17.46%)
1991-01-01 to 1991-12-31 overall overall N (%) years 3,499 (65.49%)
<=20 overall N (%) years 723 (13.53%)
None overall N (%) years 827 (15.48%)
>20 overall N (%) years 1,949 (36.48%)
overall None N (%) years 827 (15.48%)
Female N (%) years 1,362 (25.49%)
Male N (%) years 1,310 (24.52%)
>20 Female N (%) years 980 (18.34%)
<=20 Female N (%) years 382 (7.15%)
>20 Male N (%) years 969 (18.14%)
<=20 Male N (%) years 341 (6.38%)
None None N (%) years 827 (15.48%)
1992-01-01 to 1992-12-31 overall overall N (%) years 3,553 (66.50%)
None overall N (%) years 883 (16.53%)
<=20 overall N (%) years 649 (12.15%)
>20 overall N (%) years 2,021 (37.83%)
overall Female N (%) years 1,361 (25.47%)
Male N (%) years 1,309 (24.50%)
None N (%) years 883 (16.53%)
<=20 Female N (%) years 344 (6.44%)
Male N (%) years 305 (5.71%)
None None N (%) years 883 (16.53%)
>20 Female N (%) years 1,017 (19.03%)
Male N (%) years 1,004 (18.79%)
1993-01-01 to 1993-12-31 overall overall N (%) years 3,626 (67.86%)
>20 overall N (%) years 2,096 (39.23%)
<=20 overall N (%) years 570 (10.67%)
None overall N (%) years 960 (17.97%)
overall None N (%) years 960 (17.97%)
Female N (%) years 1,357 (25.40%)
Male N (%) years 1,309 (24.50%)
>20 Female N (%) years 1,057 (19.78%)
Male N (%) years 1,039 (19.45%)
<=20 Female N (%) years 300 (5.61%)
Male N (%) years 270 (5.05%)
None None N (%) years 960 (17.97%)
1994-01-01 to 1994-12-31 overall overall N (%) years 3,697 (69.19%)
>20 overall N (%) years 2,180 (40.80%)
None overall N (%) years 1,035 (19.37%)
<=20 overall N (%) years 482 (9.02%)
overall Female N (%) years 1,355 (25.36%)
Male N (%) years 1,307 (24.46%)
None N (%) years 1,035 (19.37%)
<=20 Female N (%) years 256 (4.79%)
Male N (%) years 226 (4.23%)
None None N (%) years 1,035 (19.37%)
>20 Female N (%) years 1,099 (20.57%)
Male N (%) years 1,081 (20.23%)
1995-01-01 to 1995-12-31 overall overall N (%) years 3,749 (70.17%)
>20 overall N (%) years 2,236 (41.85%)
None overall N (%) years 1,094 (20.48%)
<=20 overall N (%) years 419 (7.84%)
overall Female N (%) years 1,352 (25.30%)
Male N (%) years 1,303 (24.39%)
None N (%) years 1,094 (20.48%)
>20 Female N (%) years 1,130 (21.15%)
Male N (%) years 1,106 (20.70%)
<=20 Female N (%) years 222 (4.15%)
Male N (%) years 197 (3.69%)
None None N (%) years 1,094 (20.48%)
1996-01-01 to 1996-12-31 overall overall N (%) years 3,812 (71.35%)
None overall N (%) years 1,160 (21.71%)
<=20 overall N (%) years 358 (6.70%)
>20 overall N (%) years 2,294 (42.93%)
overall Female N (%) years 1,350 (25.27%)
Male N (%) years 1,302 (24.37%)
None N (%) years 1,160 (21.71%)
<=20 Female N (%) years 191 (3.57%)
Male N (%) years 167 (3.13%)
>20 Female N (%) years 1,159 (21.69%)
Male N (%) years 1,135 (21.24%)
None None N (%) years 1,160 (21.71%)
1997-01-01 to 1997-12-31 overall overall N (%) years 3,874 (72.51%)
None overall N (%) years 1,230 (23.02%)
<=20 overall N (%) years 312 (5.84%)
>20 overall N (%) years 2,332 (43.65%)
overall Female N (%) years 1,347 (25.21%)
Male N (%) years 1,297 (24.27%)
None N (%) years 1,230 (23.02%)
None None N (%) years 1,230 (23.02%)
>20 Female N (%) years 1,181 (22.10%)
Male N (%) years 1,151 (21.54%)
<=20 Female N (%) years 166 (3.11%)
Male N (%) years 146 (2.73%)
1998-01-01 to 1998-12-31 overall overall N (%) years 3,931 (73.57%)
None overall N (%) years 1,291 (24.16%)
<=20 overall N (%) years 264 (4.94%)
>20 overall N (%) years 2,376 (44.47%)
overall Female N (%) years 1,347 (25.21%)
Male N (%) years 1,293 (24.20%)
None N (%) years 1,291 (24.16%)
<=20 Female N (%) years 143 (2.68%)
Male N (%) years 121 (2.26%)
None None N (%) years 1,291 (24.16%)
>20 Female N (%) years 1,204 (22.53%)
Male N (%) years 1,172 (21.94%)
1999-01-01 to 1999-12-31 overall overall N (%) years 3,987 (74.62%)
>20 overall N (%) years 2,426 (45.41%)
None overall N (%) years 1,355 (25.36%)
<=20 overall N (%) years 206 (3.86%)
overall Female N (%) years 1,341 (25.10%)
Male N (%) years 1,291 (24.16%)
None N (%) years 1,355 (25.36%)
None None N (%) years 1,355 (25.36%)
>20 Female N (%) years 1,229 (23.00%)
Male N (%) years 1,197 (22.40%)
<=20 Female N (%) years 112 (2.10%)
Male N (%) years 94 (1.76%)
2000-01-01 to 2000-12-31 overall overall N (%) years 4,045 (75.71%)
>20 overall N (%) years 2,465 (46.14%)
None overall N (%) years 1,420 (26.58%)
<=20 overall N (%) years 160 (2.99%)
overall Female N (%) years 1,336 (25.00%)
Male N (%) years 1,289 (24.13%)
None N (%) years 1,420 (26.58%)
>20 Female N (%) years 1,255 (23.49%)
Male N (%) years 1,210 (22.65%)
<=20 Male N (%) years 79 (1.48%)
Female N (%) years 81 (1.52%)
None None N (%) years 1,420 (26.58%)
2001-01-01 to 2001-12-31 overall overall N (%) years 4,108 (76.89%)
<=20 overall N (%) years 125 (2.34%)
None overall N (%) years 1,488 (27.85%)
>20 overall N (%) years 2,495 (46.70%)
overall None N (%) years 1,488 (27.85%)
Female N (%) years 1,332 (24.93%)
Male N (%) years 1,288 (24.11%)
>20 Female N (%) years 1,267 (23.71%)
Male N (%) years 1,228 (22.98%)
None None N (%) years 1,488 (27.85%)
<=20 Female N (%) years 65 (1.22%)
Male N (%) years 60 (1.12%)
2002-01-01 to 2002-12-31 overall overall N (%) years 4,156 (77.78%)
None overall N (%) years 1,546 (28.94%)
<=20 overall N (%) years 86 (1.61%)
>20 overall N (%) years 2,524 (47.24%)
overall Female N (%) years 1,325 (24.80%)
Male N (%) years 1,285 (24.05%)
None N (%) years 1,546 (28.94%)
>20 Female N (%) years 1,282 (23.99%)
Male N (%) years 1,242 (23.25%)
<=20 Female N (%) years 43 (0.80%)
Male N (%) years 43 (0.80%)
None None N (%) years 1,546 (28.94%)
2003-01-01 to 2003-12-31 overall overall N (%) years 4,205 (78.70%)
>20 overall N (%) years 2,548 (47.69%)
None overall N (%) years 1,605 (30.04%)
<=20 overall N (%) years 52 (0.97%)
overall Female N (%) years 1,319 (24.69%)
Male N (%) years 1,281 (23.98%)
None N (%) years 1,605 (30.04%)
None None N (%) years 1,605 (30.04%)
>20 Female N (%) years 1,295 (24.24%)
Male N (%) years 1,253 (23.45%)
<=20 Female N (%) years 24 (0.45%)
Male N (%) years 28 (0.52%)
2004-01-01 to 2004-12-31 overall overall N (%) years 4,250 (79.54%)
>20 overall N (%) years 2,563 (47.97%)
None overall N (%) years 1,654 (30.96%)
<=20 overall N (%) years 33 (0.62%)
overall Female N (%) years 1,317 (24.65%)
Male N (%) years 1,279 (23.94%)
None N (%) years 1,654 (30.96%)
>20 Female N (%) years 1,301 (24.35%)
Male N (%) years 1,262 (23.62%)
<=20 Female N (%) years 16 (0.30%)
Male N (%) years 17 (0.32%)
None None N (%) years 1,654 (30.96%)
2005-01-01 to 2005-12-31 overall overall N (%) years 4,320 (80.85%)
None overall N (%) years 1,726 (32.30%)
<=20 overall N (%) years 17 (0.32%)
>20 overall N (%) years 2,577 (48.23%)
overall Female N (%) years 1,315 (24.61%)
Male N (%) years 1,279 (23.94%)
None N (%) years 1,726 (32.30%)
>20 Female N (%) years 1,305 (24.42%)
Male N (%) years 1,272 (23.81%)
<=20 Female N (%) years 10 (0.19%)
Male N (%) years 7 (0.13%)
None None N (%) years 1,726 (32.30%)
2006-01-01 to 2006-12-31 overall overall N (%) years 4,362 (81.64%)
<=20 overall N (%) years 6 (0.11%)
None overall N (%) years 1,776 (33.24%)
>20 overall N (%) years 2,580 (48.29%)
overall None N (%) years 1,776 (33.24%)
Female N (%) years 1,313 (24.57%)
Male N (%) years 1,273 (23.83%)
>20 Female N (%) years 1,310 (24.52%)
Male N (%) years 1,270 (23.77%)
<=20 Male N (%) years 3 (0.06%)
None None N (%) years 1,776 (33.24%)
<=20 Female N (%) years 3 (0.06%)
2007-01-01 to 2007-12-31 overall overall N (%) years 4,401 (82.37%)
<=20 overall N (%) years 2 (0.04%)
None overall N (%) years 1,830 (34.25%)
>20 overall N (%) years 2,569 (48.08%)
overall None N (%) years 1,830 (34.25%)
Female N (%) years 1,306 (24.44%)
Male N (%) years 1,265 (23.68%)
None None N (%) years 1,830 (34.25%)
>20 Female N (%) years 1,305 (24.42%)
Male N (%) years 1,264 (23.66%)
<=20 Male N (%) years 1 (0.02%)
Female N (%) years 1 (0.02%)
2008-01-01 to 2008-12-31 overall overall N (%) years 4,461 (83.49%)
>20 overall N (%) years 2,564 (47.99%)
None overall N (%) years 1,897 (35.50%)
overall Female N (%) years 1,302 (24.37%)
Male N (%) years 1,262 (23.62%)
None N (%) years 1,897 (35.50%)
>20 Female N (%) years 1,302 (24.37%)
Male N (%) years 1,262 (23.62%)
None None N (%) years 1,897 (35.50%)
2009-01-01 to 2009-12-31 overall overall N (%) years 4,518 (84.56%)
None overall N (%) years 1,958 (36.65%)
>20 overall N (%) years 2,560 (47.91%)
overall Female N (%) years 1,298 (24.29%)
Male N (%) years 1,262 (23.62%)
None N (%) years 1,958 (36.65%)
None None N (%) years 1,958 (36.65%)
>20 Female N (%) years 1,298 (24.29%)
Male N (%) years 1,262 (23.62%)
2010-01-01 to 2010-12-31 overall overall N (%) years 4,570 (85.53%)
None overall N (%) years 2,014 (37.69%)
>20 overall N (%) years 2,556 (47.84%)
overall None N (%) years 2,014 (37.69%)
Female N (%) years 1,296 (24.26%)
Male N (%) years 1,260 (23.58%)
None None N (%) years 2,014 (37.69%)
>20 Female N (%) years 1,296 (24.26%)
Male N (%) years 1,260 (23.58%)
2011-01-01 to 2011-12-31 overall overall N (%) years 4,626 (86.58%)
>20 overall N (%) years 2,548 (47.69%)
None overall N (%) years 2,078 (38.89%)
overall Female N (%) years 1,293 (24.20%)
Male N (%) years 1,255 (23.49%)
None N (%) years 2,078 (38.89%)
>20 Female N (%) years 1,293 (24.20%)
Male N (%) years 1,255 (23.49%)
None None N (%) years 2,078 (38.89%)
2012-01-01 to 2012-12-31 overall overall N (%) years 4,677 (87.54%)
>20 overall N (%) years 2,540 (47.54%)
None overall N (%) years 2,137 (40.00%)
overall Female N (%) years 1,292 (24.18%)
Male N (%) years 1,248 (23.36%)
None N (%) years 2,137 (40.00%)
>20 Female N (%) years 1,292 (24.18%)
Male N (%) years 1,248 (23.36%)
None None N (%) years 2,137 (40.00%)
2013-01-01 to 2013-12-31 overall overall N (%) years 4,733 (88.58%)
None overall N (%) years 2,204 (41.25%)
>20 overall N (%) years 2,529 (47.33%)
overall None N (%) years 2,204 (41.25%)
Female N (%) years 1,286 (24.07%)
Male N (%) years 1,243 (23.26%)
None None N (%) years 2,204 (41.25%)
>20 Female N (%) years 1,286 (24.07%)
Male N (%) years 1,243 (23.26%)
2014-01-01 to 2014-12-31 overall overall N (%) years 4,795 (89.74%)
>20 overall N (%) years 2,520 (47.16%)
None overall N (%) years 2,275 (42.58%)
overall None N (%) years 2,275 (42.58%)
Female N (%) years 1,281 (23.98%)
Male N (%) years 1,239 (23.19%)
>20 Female N (%) years 1,281 (23.98%)
Male N (%) years 1,239 (23.19%)
None None N (%) years 2,275 (42.58%)
2015-01-01 to 2015-12-31 overall overall N (%) years 4,855 (90.87%)
>20 overall N (%) years 2,511 (47.00%)
None overall N (%) years 2,344 (43.87%)
overall Female N (%) years 1,280 (23.96%)
Male N (%) years 1,231 (23.04%)
None N (%) years 2,344 (43.87%)
>20 Female N (%) years 1,280 (23.96%)
Male N (%) years 1,231 (23.04%)
None None N (%) years 2,344 (43.87%)
2016-01-01 to 2016-12-31 overall overall N (%) years 4,891 (91.54%)
None overall N (%) years 2,388 (44.69%)
>20 overall N (%) years 2,503 (46.85%)
overall Female N (%) years 1,276 (23.88%)
Male N (%) years 1,227 (22.96%)
None N (%) years 2,388 (44.69%)
>20 Female N (%) years 1,276 (23.88%)
Male N (%) years 1,227 (22.96%)
None None N (%) years 2,388 (44.69%)
2017-01-01 to 2017-12-31 overall overall N (%) years 4,864 (91.03%)
None overall N (%) years 2,384 (44.62%)
>20 overall N (%) years 2,480 (46.42%)
overall None N (%) years 2,384 (44.62%)
Female N (%) years 1,266 (23.69%)
Male N (%) years 1,214 (22.72%)
>20 Female N (%) years 1,266 (23.69%)
Male N (%) years 1,214 (22.72%)
None None N (%) years 2,384 (44.62%)
2018-01-01 to 2018-12-31 overall overall N (%) years 4,492 (84.07%)
>20 overall N (%) years 2,338 (43.76%)
None overall N (%) years 2,154 (40.31%)
overall Female N (%) years 1,200 (22.46%)
Male N (%) years 1,138 (21.30%)
None N (%) years 2,154 (40.31%)
>20 Female N (%) years 1,200 (22.46%)
Male N (%) years 1,138 (21.30%)
None None N (%) years 2,154 (40.31%)
2019-01-01 to 2019-12-31 overall overall N (%) years 2,555 (47.82%)
>20 overall N (%) years 1,244 (23.28%)
None overall N (%) years 1,311 (24.54%)
overall Female N (%) years 654 (12.24%)
Male N (%) years 590 (11.04%)
None N (%) years 1,311 (24.54%)
>20 Female N (%) years 654 (12.24%)
Male N (%) years 590 (11.04%)
None None N (%) years 1,311 (24.54%)
overall overall overall N (%) years 5,343 (100.00%)
None overall N (%) years 2,649 (49.58%)
<=20 overall N (%) years 2,694 (50.42%)
overall Female N (%) years 1,373 (25.70%)
Male N (%) years 1,321 (24.72%)
None N (%) years 2,649 (49.58%)
None None N (%) years 2,649 (49.58%)
<=20 Female N (%) years 1,373 (25.70%)
Male N (%) years 1,321 (24.72%)
event; drug_exposure
Number of records 1909-01-01 to 1909-12-31 overall overall N (%) years 4 (0.01%)
<=20 overall N (%) years 4 (0.01%)
overall Female N (%) years 4 (0.01%)
<=20 Female N (%) years 4 (0.01%)
1910-01-01 to 1910-12-31 overall overall N (%) years 11 (0.02%)
<=20 overall N (%) years 11 (0.02%)
overall Female N (%) years 10 (0.01%)
Male N (%) years 1 (0.00%)
<=20 Female N (%) years 10 (0.01%)
Male N (%) years 1 (0.00%)
1911-01-01 to 1911-12-31 overall overall N (%) years 11 (0.02%)
<=20 overall N (%) years 11 (0.02%)
overall Male N (%) years 2 (0.00%)
Female N (%) years 9 (0.01%)
<=20 Male N (%) years 2 (0.00%)
Female N (%) years 9 (0.01%)
1912-01-01 to 1912-12-31 overall overall N (%) years 22 (0.03%)
<=20 overall N (%) years 22 (0.03%)
overall Female N (%) years 18 (0.03%)
Male N (%) years 4 (0.01%)
<=20 Female N (%) years 18 (0.03%)
Male N (%) years 4 (0.01%)
1913-01-01 to 1913-12-31 overall overall N (%) years 26 (0.04%)
<=20 overall N (%) years 26 (0.04%)
overall Male N (%) years 6 (0.01%)
Female N (%) years 20 (0.03%)
<=20 Female N (%) years 20 (0.03%)
Male N (%) years 6 (0.01%)
1914-01-01 to 1914-12-31 overall overall N (%) years 26 (0.04%)
<=20 overall N (%) years 26 (0.04%)
overall Female N (%) years 20 (0.03%)
Male N (%) years 6 (0.01%)
<=20 Male N (%) years 6 (0.01%)
Female N (%) years 20 (0.03%)
1915-01-01 to 1915-12-31 overall overall N (%) years 30 (0.04%)
<=20 overall N (%) years 30 (0.04%)
overall Female N (%) years 18 (0.03%)
Male N (%) years 12 (0.02%)
<=20 Male N (%) years 12 (0.02%)
Female N (%) years 18 (0.03%)
1916-01-01 to 1916-12-31 overall overall N (%) years 22 (0.03%)
<=20 overall N (%) years 22 (0.03%)
overall Female N (%) years 14 (0.02%)
Male N (%) years 8 (0.01%)
<=20 Male N (%) years 8 (0.01%)
Female N (%) years 14 (0.02%)
1917-01-01 to 1917-12-31 overall overall N (%) years 25 (0.04%)
<=20 overall N (%) years 25 (0.04%)
overall Female N (%) years 11 (0.02%)
Male N (%) years 14 (0.02%)
<=20 Male N (%) years 14 (0.02%)
Female N (%) years 11 (0.02%)
1918-01-01 to 1918-12-31 overall overall N (%) years 20 (0.03%)
<=20 overall N (%) years 20 (0.03%)
overall Male N (%) years 7 (0.01%)
Female N (%) years 13 (0.02%)
<=20 Female N (%) years 13 (0.02%)
Male N (%) years 7 (0.01%)
1919-01-01 to 1919-12-31 overall overall N (%) years 26 (0.04%)
<=20 overall N (%) years 26 (0.04%)
overall Male N (%) years 13 (0.02%)
Female N (%) years 13 (0.02%)
<=20 Male N (%) years 13 (0.02%)
Female N (%) years 13 (0.02%)
1920-01-01 to 1920-12-31 overall overall N (%) years 28 (0.04%)
<=20 overall N (%) years 28 (0.04%)
overall Male N (%) years 10 (0.01%)
Female N (%) years 18 (0.03%)
<=20 Female N (%) years 18 (0.03%)
Male N (%) years 10 (0.01%)
1921-01-01 to 1921-12-31 overall overall N (%) years 33 (0.05%)
<=20 overall N (%) years 33 (0.05%)
overall Male N (%) years 11 (0.02%)
Female N (%) years 22 (0.03%)
<=20 Female N (%) years 22 (0.03%)
Male N (%) years 11 (0.02%)
1922-01-01 to 1922-12-31 overall overall N (%) years 38 (0.06%)
<=20 overall N (%) years 38 (0.06%)
overall Female N (%) years 20 (0.03%)
Male N (%) years 18 (0.03%)
<=20 Female N (%) years 20 (0.03%)
Male N (%) years 18 (0.03%)
1923-01-01 to 1923-12-31 overall overall N (%) years 39 (0.06%)
<=20 overall N (%) years 39 (0.06%)
overall Female N (%) years 20 (0.03%)
Male N (%) years 19 (0.03%)
<=20 Male N (%) years 19 (0.03%)
Female N (%) years 20 (0.03%)
1924-01-01 to 1924-12-31 overall overall N (%) years 44 (0.06%)
<=20 overall N (%) years 44 (0.06%)
overall Male N (%) years 17 (0.03%)
Female N (%) years 27 (0.04%)
<=20 Female N (%) years 27 (0.04%)
Male N (%) years 17 (0.03%)
1925-01-01 to 1925-12-31 overall overall N (%) years 46 (0.07%)
<=20 overall N (%) years 46 (0.07%)
overall Male N (%) years 15 (0.02%)
Female N (%) years 31 (0.05%)
<=20 Male N (%) years 15 (0.02%)
Female N (%) years 31 (0.05%)
1926-01-01 to 1926-12-31 overall overall N (%) years 50 (0.07%)
<=20 overall N (%) years 50 (0.07%)
overall Male N (%) years 19 (0.03%)
Female N (%) years 31 (0.05%)
<=20 Male N (%) years 19 (0.03%)
Female N (%) years 31 (0.05%)
1927-01-01 to 1927-12-31 overall overall N (%) years 47 (0.07%)
<=20 overall N (%) years 47 (0.07%)
overall Male N (%) years 24 (0.04%)
Female N (%) years 23 (0.03%)
<=20 Male N (%) years 24 (0.04%)
Female N (%) years 23 (0.03%)
1928-01-01 to 1928-12-31 overall overall N (%) years 49 (0.07%)
<=20 overall N (%) years 49 (0.07%)
overall Male N (%) years 17 (0.03%)
Female N (%) years 32 (0.05%)
<=20 Male N (%) years 17 (0.03%)
Female N (%) years 32 (0.05%)
1929-01-01 to 1929-12-31 overall overall N (%) years 32 (0.05%)
<=20 overall N (%) years 32 (0.05%)
overall Male N (%) years 12 (0.02%)
Female N (%) years 20 (0.03%)
<=20 Male N (%) years 12 (0.02%)
Female N (%) years 20 (0.03%)
1930-01-01 to 1930-12-31 overall overall N (%) years 45 (0.07%)
<=20 overall N (%) years 42 (0.06%)
>20 overall N (%) years 3 (0.00%)
overall Female N (%) years 21 (0.03%)
Male N (%) years 24 (0.04%)
<=20 Female N (%) years 18 (0.03%)
>20 Female N (%) years 3 (0.00%)
<=20 Male N (%) years 24 (0.04%)
1931-01-01 to 1931-12-31 overall overall N (%) years 52 (0.08%)
>20 overall N (%) years 2 (0.00%)
<=20 overall N (%) years 50 (0.07%)
overall Male N (%) years 21 (0.03%)
Female N (%) years 31 (0.05%)
<=20 Male N (%) years 21 (0.03%)
Female N (%) years 29 (0.04%)
>20 Female N (%) years 2 (0.00%)
1932-01-01 to 1932-12-31 overall overall N (%) years 44 (0.06%)
<=20 overall N (%) years 40 (0.06%)
>20 overall N (%) years 4 (0.01%)
overall Female N (%) years 24 (0.04%)
Male N (%) years 20 (0.03%)
>20 Female N (%) years 4 (0.01%)
<=20 Female N (%) years 20 (0.03%)
Male N (%) years 20 (0.03%)
1933-01-01 to 1933-12-31 overall overall N (%) years 45 (0.07%)
<=20 overall N (%) years 38 (0.06%)
>20 overall N (%) years 7 (0.01%)
overall Female N (%) years 24 (0.04%)
Male N (%) years 21 (0.03%)
>20 Female N (%) years 6 (0.01%)
<=20 Female N (%) years 18 (0.03%)
>20 Male N (%) years 1 (0.00%)
<=20 Male N (%) years 20 (0.03%)
1934-01-01 to 1934-12-31 overall overall N (%) years 42 (0.06%)
<=20 overall N (%) years 39 (0.06%)
>20 overall N (%) years 3 (0.00%)
overall Male N (%) years 13 (0.02%)
Female N (%) years 29 (0.04%)
<=20 Female N (%) years 27 (0.04%)
>20 Female N (%) years 2 (0.00%)
<=20 Male N (%) years 12 (0.02%)
>20 Male N (%) years 1 (0.00%)
1935-01-01 to 1935-12-31 overall overall N (%) years 53 (0.08%)
>20 overall N (%) years 15 (0.02%)
<=20 overall N (%) years 38 (0.06%)
overall Male N (%) years 30 (0.04%)
Female N (%) years 23 (0.03%)
>20 Male N (%) years 6 (0.01%)
<=20 Male N (%) years 24 (0.04%)
Female N (%) years 14 (0.02%)
>20 Female N (%) years 9 (0.01%)
1936-01-01 to 1936-12-31 overall overall N (%) years 69 (0.10%)
>20 overall N (%) years 11 (0.02%)
<=20 overall N (%) years 58 (0.09%)
overall Female N (%) years 42 (0.06%)
Male N (%) years 27 (0.04%)
<=20 Male N (%) years 24 (0.04%)
>20 Male N (%) years 3 (0.00%)
Female N (%) years 8 (0.01%)
<=20 Female N (%) years 34 (0.05%)
1937-01-01 to 1937-12-31 overall overall N (%) years 68 (0.10%)
<=20 overall N (%) years 54 (0.08%)
>20 overall N (%) years 14 (0.02%)
overall Male N (%) years 27 (0.04%)
Female N (%) years 41 (0.06%)
<=20 Female N (%) years 30 (0.04%)
>20 Female N (%) years 11 (0.02%)
<=20 Male N (%) years 24 (0.04%)
>20 Male N (%) years 3 (0.00%)
1938-01-01 to 1938-12-31 overall overall N (%) years 72 (0.11%)
<=20 overall N (%) years 47 (0.07%)
>20 overall N (%) years 25 (0.04%)
overall Male N (%) years 27 (0.04%)
Female N (%) years 45 (0.07%)
>20 Female N (%) years 21 (0.03%)
<=20 Female N (%) years 24 (0.04%)
Male N (%) years 23 (0.03%)
>20 Male N (%) years 4 (0.01%)
1939-01-01 to 1939-12-31 overall overall N (%) years 84 (0.12%)
<=20 overall N (%) years 73 (0.11%)
>20 overall N (%) years 11 (0.02%)
overall Male N (%) years 30 (0.04%)
Female N (%) years 54 (0.08%)
<=20 Female N (%) years 46 (0.07%)
>20 Female N (%) years 8 (0.01%)
<=20 Male N (%) years 27 (0.04%)
>20 Male N (%) years 3 (0.00%)
1940-01-01 to 1940-12-31 overall overall N (%) years 95 (0.14%)
<=20 overall N (%) years 82 (0.12%)
>20 overall N (%) years 13 (0.02%)
overall Male N (%) years 42 (0.06%)
Female N (%) years 53 (0.08%)
<=20 Female N (%) years 45 (0.07%)
>20 Female N (%) years 8 (0.01%)
<=20 Male N (%) years 37 (0.05%)
>20 Male N (%) years 5 (0.01%)
1941-01-01 to 1941-12-31 overall overall N (%) years 105 (0.16%)
<=20 overall N (%) years 79 (0.12%)
>20 overall N (%) years 26 (0.04%)
overall Female N (%) years 54 (0.08%)
Male N (%) years 51 (0.08%)
<=20 Female N (%) years 38 (0.06%)
>20 Female N (%) years 16 (0.02%)
Male N (%) years 10 (0.01%)
<=20 Male N (%) years 41 (0.06%)
1942-01-01 to 1942-12-31 overall overall N (%) years 97 (0.14%)
>20 overall N (%) years 19 (0.03%)
<=20 overall N (%) years 78 (0.12%)
overall Female N (%) years 42 (0.06%)
Male N (%) years 55 (0.08%)
<=20 Male N (%) years 46 (0.07%)
>20 Male N (%) years 9 (0.01%)
Female N (%) years 10 (0.01%)
<=20 Female N (%) years 32 (0.05%)
1943-01-01 to 1943-12-31 overall overall N (%) years 109 (0.16%)
<=20 overall N (%) years 77 (0.11%)
>20 overall N (%) years 32 (0.05%)
overall Female N (%) years 60 (0.09%)
Male N (%) years 49 (0.07%)
<=20 Female N (%) years 37 (0.05%)
>20 Female N (%) years 23 (0.03%)
Male N (%) years 9 (0.01%)
<=20 Male N (%) years 40 (0.06%)
1944-01-01 to 1944-12-31 overall overall N (%) years 120 (0.18%)
>20 overall N (%) years 30 (0.04%)
<=20 overall N (%) years 90 (0.13%)
overall Female N (%) years 67 (0.10%)
Male N (%) years 53 (0.08%)
<=20 Male N (%) years 41 (0.06%)
>20 Male N (%) years 12 (0.02%)
Female N (%) years 18 (0.03%)
<=20 Female N (%) years 49 (0.07%)
1945-01-01 to 1945-12-31 overall overall N (%) years 168 (0.25%)
<=20 overall N (%) years 140 (0.21%)
>20 overall N (%) years 28 (0.04%)
overall Male N (%) years 79 (0.12%)
Female N (%) years 89 (0.13%)
<=20 Female N (%) years 74 (0.11%)
>20 Female N (%) years 15 (0.02%)
<=20 Male N (%) years 66 (0.10%)
>20 Male N (%) years 13 (0.02%)
1946-01-01 to 1946-12-31 overall overall N (%) years 181 (0.27%)
<=20 overall N (%) years 137 (0.20%)
>20 overall N (%) years 44 (0.06%)
overall Female N (%) years 110 (0.16%)
Male N (%) years 71 (0.10%)
>20 Female N (%) years 28 (0.04%)
<=20 Female N (%) years 82 (0.12%)
>20 Male N (%) years 16 (0.02%)
<=20 Male N (%) years 55 (0.08%)
1947-01-01 to 1947-12-31 overall overall N (%) years 207 (0.31%)
>20 overall N (%) years 42 (0.06%)
<=20 overall N (%) years 165 (0.24%)
overall Female N (%) years 98 (0.14%)
Male N (%) years 109 (0.16%)
<=20 Male N (%) years 89 (0.13%)
>20 Male N (%) years 20 (0.03%)
<=20 Female N (%) years 76 (0.11%)
>20 Female N (%) years 22 (0.03%)
1948-01-01 to 1948-12-31 overall overall N (%) years 190 (0.28%)
>20 overall N (%) years 40 (0.06%)
<=20 overall N (%) years 150 (0.22%)
overall Male N (%) years 89 (0.13%)
Female N (%) years 101 (0.15%)
>20 Male N (%) years 16 (0.02%)
<=20 Male N (%) years 73 (0.11%)
Female N (%) years 77 (0.11%)
>20 Female N (%) years 24 (0.04%)
1949-01-01 to 1949-12-31 overall overall N (%) years 239 (0.35%)
>20 overall N (%) years 38 (0.06%)
<=20 overall N (%) years 201 (0.30%)
overall Female N (%) years 134 (0.20%)
Male N (%) years 105 (0.16%)
<=20 Male N (%) years 89 (0.13%)
>20 Male N (%) years 16 (0.02%)
<=20 Female N (%) years 112 (0.17%)
>20 Female N (%) years 22 (0.03%)
1950-01-01 to 1950-12-31 overall overall N (%) years 267 (0.39%)
>20 overall N (%) years 37 (0.05%)
<=20 overall N (%) years 230 (0.34%)
overall Male N (%) years 137 (0.20%)
Female N (%) years 130 (0.19%)
>20 Male N (%) years 20 (0.03%)
<=20 Male N (%) years 117 (0.17%)
Female N (%) years 113 (0.17%)
>20 Female N (%) years 17 (0.03%)
1951-01-01 to 1951-12-31 overall overall N (%) years 248 (0.37%)
<=20 overall N (%) years 224 (0.33%)
>20 overall N (%) years 24 (0.04%)
overall Female N (%) years 121 (0.18%)
Male N (%) years 127 (0.19%)
<=20 Female N (%) years 103 (0.15%)
>20 Female N (%) years 18 (0.03%)
Male N (%) years 6 (0.01%)
<=20 Male N (%) years 121 (0.18%)
1952-01-01 to 1952-12-31 overall overall N (%) years 327 (0.48%)
>20 overall N (%) years 45 (0.07%)
<=20 overall N (%) years 282 (0.42%)
overall Female N (%) years 165 (0.24%)
Male N (%) years 162 (0.24%)
<=20 Male N (%) years 148 (0.22%)
>20 Male N (%) years 14 (0.02%)
<=20 Female N (%) years 134 (0.20%)
>20 Female N (%) years 31 (0.05%)
1953-01-01 to 1953-12-31 overall overall N (%) years 268 (0.40%)
<=20 overall N (%) years 231 (0.34%)
>20 overall N (%) years 37 (0.05%)
overall Female N (%) years 137 (0.20%)
Male N (%) years 131 (0.19%)
<=20 Female N (%) years 113 (0.17%)
>20 Female N (%) years 24 (0.04%)
Male N (%) years 13 (0.02%)
<=20 Male N (%) years 118 (0.17%)
1954-01-01 to 1954-12-31 overall overall N (%) years 311 (0.46%)
>20 overall N (%) years 46 (0.07%)
<=20 overall N (%) years 265 (0.39%)
overall Male N (%) years 159 (0.23%)
Female N (%) years 152 (0.22%)
>20 Male N (%) years 16 (0.02%)
<=20 Male N (%) years 143 (0.21%)
Female N (%) years 122 (0.18%)
>20 Female N (%) years 30 (0.04%)
1955-01-01 to 1955-12-31 overall overall N (%) years 1,079 (1.59%)
<=20 overall N (%) years 1,032 (1.52%)
>20 overall N (%) years 47 (0.07%)
overall Female N (%) years 579 (0.86%)
Male N (%) years 500 (0.74%)
<=20 Female N (%) years 547 (0.81%)
>20 Female N (%) years 32 (0.05%)
Male N (%) years 15 (0.02%)
<=20 Male N (%) years 485 (0.72%)
1956-01-01 to 1956-12-31 overall overall N (%) years 688 (1.02%)
>20 overall N (%) years 49 (0.07%)
<=20 overall N (%) years 639 (0.94%)
overall Male N (%) years 318 (0.47%)
Female N (%) years 370 (0.55%)
>20 Male N (%) years 16 (0.02%)
<=20 Male N (%) years 302 (0.45%)
Female N (%) years 337 (0.50%)
>20 Female N (%) years 33 (0.05%)
1957-01-01 to 1957-12-31 overall overall N (%) years 601 (0.89%)
>20 overall N (%) years 53 (0.08%)
<=20 overall N (%) years 548 (0.81%)
overall Male N (%) years 306 (0.45%)
Female N (%) years 295 (0.44%)
>20 Male N (%) years 23 (0.03%)
<=20 Male N (%) years 283 (0.42%)
Female N (%) years 265 (0.39%)
>20 Female N (%) years 30 (0.04%)
1958-01-01 to 1958-12-31 overall overall N (%) years 580 (0.86%)
>20 overall N (%) years 55 (0.08%)
<=20 overall N (%) years 525 (0.78%)
overall Male N (%) years 287 (0.42%)
Female N (%) years 293 (0.43%)
>20 Male N (%) years 26 (0.04%)
<=20 Male N (%) years 261 (0.39%)
Female N (%) years 264 (0.39%)
>20 Female N (%) years 29 (0.04%)
1959-01-01 to 1959-12-31 overall overall N (%) years 682 (1.01%)
>20 overall N (%) years 42 (0.06%)
<=20 overall N (%) years 640 (0.95%)
overall Male N (%) years 358 (0.53%)
Female N (%) years 324 (0.48%)
>20 Male N (%) years 19 (0.03%)
<=20 Male N (%) years 339 (0.50%)
Female N (%) years 301 (0.44%)
>20 Female N (%) years 23 (0.03%)
1960-01-01 to 1960-12-31 overall overall N (%) years 685 (1.01%)
>20 overall N (%) years 59 (0.09%)
<=20 overall N (%) years 626 (0.92%)
overall Male N (%) years 341 (0.50%)
Female N (%) years 344 (0.51%)
>20 Male N (%) years 30 (0.04%)
<=20 Male N (%) years 311 (0.46%)
Female N (%) years 315 (0.47%)
>20 Female N (%) years 29 (0.04%)
1961-01-01 to 1961-12-31 overall overall N (%) years 738 (1.09%)
<=20 overall N (%) years 664 (0.98%)
>20 overall N (%) years 74 (0.11%)
overall Male N (%) years 386 (0.57%)
Female N (%) years 352 (0.52%)
>20 Female N (%) years 41 (0.06%)
<=20 Female N (%) years 311 (0.46%)
Male N (%) years 353 (0.52%)
>20 Male N (%) years 33 (0.05%)
1962-01-01 to 1962-12-31 overall overall N (%) years 726 (1.07%)
>20 overall N (%) years 63 (0.09%)
<=20 overall N (%) years 663 (0.98%)
overall Male N (%) years 346 (0.51%)
Female N (%) years 380 (0.56%)
>20 Male N (%) years 28 (0.04%)
<=20 Male N (%) years 318 (0.47%)
Female N (%) years 345 (0.51%)
>20 Female N (%) years 35 (0.05%)
1963-01-01 to 1963-12-31 overall overall N (%) years 758 (1.12%)
<=20 overall N (%) years 683 (1.01%)
>20 overall N (%) years 75 (0.11%)
overall Male N (%) years 396 (0.58%)
Female N (%) years 362 (0.53%)
<=20 Female N (%) years 324 (0.48%)
>20 Female N (%) years 38 (0.06%)
<=20 Male N (%) years 359 (0.53%)
>20 Male N (%) years 37 (0.05%)
1964-01-01 to 1964-12-31 overall overall N (%) years 850 (1.26%)
<=20 overall N (%) years 758 (1.12%)
>20 overall N (%) years 92 (0.14%)
overall Female N (%) years 433 (0.64%)
Male N (%) years 417 (0.62%)
>20 Female N (%) years 56 (0.08%)
<=20 Female N (%) years 377 (0.56%)
>20 Male N (%) years 36 (0.05%)
<=20 Male N (%) years 381 (0.56%)
1965-01-01 to 1965-12-31 overall overall N (%) years 748 (1.10%)
<=20 overall N (%) years 683 (1.01%)
>20 overall N (%) years 65 (0.10%)
overall Male N (%) years 369 (0.54%)
Female N (%) years 379 (0.56%)
<=20 Female N (%) years 337 (0.50%)
>20 Female N (%) years 42 (0.06%)
<=20 Male N (%) years 346 (0.51%)
>20 Male N (%) years 23 (0.03%)
1966-01-01 to 1966-12-31 overall overall N (%) years 813 (1.20%)
>20 overall N (%) years 106 (0.16%)
<=20 overall N (%) years 707 (1.04%)
overall Male N (%) years 386 (0.57%)
Female N (%) years 427 (0.63%)
>20 Male N (%) years 37 (0.05%)
<=20 Male N (%) years 349 (0.52%)
Female N (%) years 358 (0.53%)
>20 Female N (%) years 69 (0.10%)
1967-01-01 to 1967-12-31 overall overall N (%) years 829 (1.22%)
>20 overall N (%) years 93 (0.14%)
<=20 overall N (%) years 736 (1.09%)
overall Male N (%) years 397 (0.59%)
Female N (%) years 432 (0.64%)
>20 Male N (%) years 46 (0.07%)
<=20 Male N (%) years 351 (0.52%)
Female N (%) years 385 (0.57%)
>20 Female N (%) years 47 (0.07%)
1968-01-01 to 1968-12-31 overall overall N (%) years 816 (1.21%)
>20 overall N (%) years 94 (0.14%)
<=20 overall N (%) years 722 (1.07%)
overall Female N (%) years 403 (0.60%)
Male N (%) years 413 (0.61%)
<=20 Male N (%) years 378 (0.56%)
>20 Male N (%) years 35 (0.05%)
<=20 Female N (%) years 344 (0.51%)
>20 Female N (%) years 59 (0.09%)
1969-01-01 to 1969-12-31 overall overall N (%) years 838 (1.24%)
>20 overall N (%) years 101 (0.15%)
<=20 overall N (%) years 737 (1.09%)
overall Male N (%) years 410 (0.61%)
Female N (%) years 428 (0.63%)
>20 Male N (%) years 44 (0.06%)
<=20 Male N (%) years 366 (0.54%)
Female N (%) years 371 (0.55%)
>20 Female N (%) years 57 (0.08%)
1970-01-01 to 1970-12-31 overall overall N (%) years 855 (1.26%)
<=20 overall N (%) years 725 (1.07%)
>20 overall N (%) years 129 (0.19%)
None overall N (%) years 1 (0.00%)
overall Male N (%) years 421 (0.62%)
Female N (%) years 434 (0.64%)
<=20 Female N (%) years 364 (0.54%)
>20 Female N (%) years 70 (0.10%)
<=20 Male N (%) years 361 (0.53%)
>20 Male N (%) years 59 (0.09%)
None Male N (%) years 1 (0.00%)
1971-01-01 to 1971-12-31 overall overall N (%) years 916 (1.35%)
>20 overall N (%) years 149 (0.22%)
<=20 overall N (%) years 767 (1.13%)
overall Male N (%) years 440 (0.65%)
Female N (%) years 476 (0.70%)
>20 Male N (%) years 64 (0.09%)
<=20 Male N (%) years 376 (0.56%)
Female N (%) years 391 (0.58%)
>20 Female N (%) years 85 (0.13%)
1972-01-01 to 1972-12-31 overall overall N (%) years 923 (1.36%)
<=20 overall N (%) years 785 (1.16%)
>20 overall N (%) years 138 (0.20%)
overall Male N (%) years 428 (0.63%)
Female N (%) years 495 (0.73%)
<=20 Female N (%) years 418 (0.62%)
>20 Female N (%) years 77 (0.11%)
<=20 Male N (%) years 367 (0.54%)
>20 Male N (%) years 61 (0.09%)
1973-01-01 to 1973-12-31 overall overall N (%) years 942 (1.39%)
>20 overall N (%) years 133 (0.20%)
<=20 overall N (%) years 809 (1.19%)
overall Male N (%) years 465 (0.69%)
Female N (%) years 477 (0.70%)
>20 Male N (%) years 67 (0.10%)
<=20 Male N (%) years 398 (0.59%)
Female N (%) years 411 (0.61%)
>20 Female N (%) years 66 (0.10%)
1974-01-01 to 1974-12-31 overall overall N (%) years 948 (1.40%)
>20 overall N (%) years 158 (0.23%)
<=20 overall N (%) years 790 (1.17%)
overall Male N (%) years 432 (0.64%)
Female N (%) years 516 (0.76%)
>20 Male N (%) years 57 (0.08%)
<=20 Male N (%) years 375 (0.55%)
Female N (%) years 415 (0.61%)
>20 Female N (%) years 101 (0.15%)
1975-01-01 to 1975-12-31 overall overall N (%) years 921 (1.36%)
<=20 overall N (%) years 761 (1.12%)
>20 overall N (%) years 160 (0.24%)
overall Female N (%) years 493 (0.73%)
Male N (%) years 428 (0.63%)
<=20 Female N (%) years 415 (0.61%)
>20 Female N (%) years 78 (0.12%)
Male N (%) years 82 (0.12%)
<=20 Male N (%) years 346 (0.51%)
1976-01-01 to 1976-12-31 overall overall N (%) years 936 (1.38%)
<=20 overall N (%) years 726 (1.07%)
>20 overall N (%) years 210 (0.31%)
overall Male N (%) years 413 (0.61%)
Female N (%) years 523 (0.77%)
<=20 Female N (%) years 389 (0.57%)
>20 Female N (%) years 134 (0.20%)
<=20 Male N (%) years 337 (0.50%)
>20 Male N (%) years 76 (0.11%)
1977-01-01 to 1977-12-31 overall overall N (%) years 1,487 (2.20%)
>20 overall N (%) years 220 (0.32%)
<=20 overall N (%) years 1,267 (1.87%)
overall Female N (%) years 810 (1.20%)
Male N (%) years 677 (1.00%)
<=20 Male N (%) years 585 (0.86%)
>20 Male N (%) years 92 (0.14%)
<=20 Female N (%) years 682 (1.01%)
>20 Female N (%) years 128 (0.19%)
1978-01-01 to 1978-12-31 overall overall N (%) years 1,254 (1.85%)
<=20 overall N (%) years 1,013 (1.50%)
>20 overall N (%) years 241 (0.36%)
overall Male N (%) years 558 (0.82%)
Female N (%) years 696 (1.03%)
<=20 Female N (%) years 559 (0.83%)
>20 Female N (%) years 137 (0.20%)
<=20 Male N (%) years 454 (0.67%)
>20 Male N (%) years 104 (0.15%)
1979-01-01 to 1979-12-31 overall overall N (%) years 994 (1.47%)
<=20 overall N (%) years 763 (1.13%)
>20 overall N (%) years 231 (0.34%)
overall Female N (%) years 563 (0.83%)
Male N (%) years 431 (0.64%)
>20 Female N (%) years 126 (0.19%)
<=20 Female N (%) years 437 (0.65%)
>20 Male N (%) years 105 (0.16%)
<=20 Male N (%) years 326 (0.48%)
1980-01-01 to 1980-12-31 overall overall N (%) years 983 (1.45%)
>20 overall N (%) years 251 (0.37%)
<=20 overall N (%) years 732 (1.08%)
overall Male N (%) years 465 (0.69%)
Female N (%) years 518 (0.77%)
>20 Male N (%) years 107 (0.16%)
<=20 Male N (%) years 358 (0.53%)
>20 Female N (%) years 144 (0.21%)
<=20 Female N (%) years 374 (0.55%)
1981-01-01 to 1981-12-31 overall overall N (%) years 1,070 (1.58%)
<=20 overall N (%) years 700 (1.03%)
>20 overall N (%) years 370 (0.55%)
overall Male N (%) years 461 (0.68%)
Female N (%) years 609 (0.90%)
>20 Female N (%) years 206 (0.30%)
<=20 Female N (%) years 403 (0.60%)
Male N (%) years 297 (0.44%)
>20 Male N (%) years 164 (0.24%)
1982-01-01 to 1982-12-31 overall overall N (%) years 990 (1.46%)
<=20 overall N (%) years 616 (0.91%)
>20 overall N (%) years 374 (0.55%)
overall Female N (%) years 540 (0.80%)
Male N (%) years 450 (0.66%)
>20 Female N (%) years 193 (0.29%)
<=20 Female N (%) years 347 (0.51%)
>20 Male N (%) years 181 (0.27%)
<=20 Male N (%) years 269 (0.40%)
1983-01-01 to 1983-12-31 overall overall N (%) years 968 (1.43%)
<=20 overall N (%) years 555 (0.82%)
>20 overall N (%) years 413 (0.61%)
overall Male N (%) years 429 (0.63%)
Female N (%) years 539 (0.80%)
<=20 Female N (%) years 302 (0.45%)
>20 Female N (%) years 237 (0.35%)
<=20 Male N (%) years 253 (0.37%)
>20 Male N (%) years 176 (0.26%)
1984-01-01 to 1984-12-31 overall overall N (%) years 1,156 (1.71%)
>20 overall N (%) years 394 (0.58%)
<=20 overall N (%) years 762 (1.13%)
overall Female N (%) years 629 (0.93%)
Male N (%) years 527 (0.78%)
<=20 Male N (%) years 355 (0.52%)
>20 Male N (%) years 172 (0.25%)
Female N (%) years 222 (0.33%)
<=20 Female N (%) years 407 (0.60%)
1985-01-01 to 1985-12-31 overall overall N (%) years 819 (1.21%)
>20 overall N (%) years 386 (0.57%)
<=20 overall N (%) years 433 (0.64%)
overall Male N (%) years 363 (0.54%)
Female N (%) years 456 (0.67%)
>20 Male N (%) years 170 (0.25%)
<=20 Male N (%) years 193 (0.29%)
Female N (%) years 240 (0.35%)
>20 Female N (%) years 216 (0.32%)
1986-01-01 to 1986-12-31 overall overall N (%) years 862 (1.27%)
>20 overall N (%) years 458 (0.68%)
<=20 overall N (%) years 404 (0.60%)
overall Male N (%) years 371 (0.55%)
Female N (%) years 491 (0.73%)
>20 Male N (%) years 217 (0.32%)
<=20 Male N (%) years 154 (0.23%)
Female N (%) years 250 (0.37%)
>20 Female N (%) years 241 (0.36%)
1987-01-01 to 1987-12-31 overall overall N (%) years 757 (1.12%)
<=20 overall N (%) years 328 (0.48%)
>20 overall N (%) years 429 (0.63%)
overall Female N (%) years 439 (0.65%)
Male N (%) years 318 (0.47%)
>20 Female N (%) years 252 (0.37%)
<=20 Female N (%) years 187 (0.28%)
>20 Male N (%) years 177 (0.26%)
<=20 Male N (%) years 141 (0.21%)
1988-01-01 to 1988-12-31 overall overall N (%) years 760 (1.12%)
>20 overall N (%) years 444 (0.66%)
<=20 overall N (%) years 316 (0.47%)
overall Male N (%) years 329 (0.49%)
Female N (%) years 431 (0.64%)
>20 Male N (%) years 207 (0.31%)
<=20 Male N (%) years 122 (0.18%)
>20 Female N (%) years 237 (0.35%)
<=20 Female N (%) years 194 (0.29%)
1989-01-01 to 1989-12-31 overall overall N (%) years 819 (1.21%)
<=20 overall N (%) years 299 (0.44%)
>20 overall N (%) years 520 (0.77%)
overall Female N (%) years 480 (0.71%)
Male N (%) years 339 (0.50%)
<=20 Female N (%) years 198 (0.29%)
>20 Female N (%) years 282 (0.42%)
Male N (%) years 238 (0.35%)
<=20 Male N (%) years 101 (0.15%)
1990-01-01 to 1990-12-31 overall overall N (%) years 694 (1.03%)
<=20 overall N (%) years 234 (0.35%)
>20 overall N (%) years 460 (0.68%)
overall Male N (%) years 314 (0.46%)
Female N (%) years 380 (0.56%)
<=20 Female N (%) years 138 (0.20%)
>20 Female N (%) years 242 (0.36%)
<=20 Male N (%) years 96 (0.14%)
>20 Male N (%) years 218 (0.32%)
1991-01-01 to 1991-12-31 overall overall N (%) years 771 (1.14%)
>20 overall N (%) years 531 (0.78%)
<=20 overall N (%) years 240 (0.35%)
overall Female N (%) years 422 (0.62%)
Male N (%) years 349 (0.52%)
<=20 Male N (%) years 75 (0.11%)
>20 Male N (%) years 274 (0.40%)
Female N (%) years 257 (0.38%)
<=20 Female N (%) years 165 (0.24%)
1992-01-01 to 1992-12-31 overall overall N (%) years 1,165 (1.72%)
<=20 overall N (%) years 218 (0.32%)
>20 overall N (%) years 947 (1.40%)
overall Male N (%) years 526 (0.78%)
Female N (%) years 639 (0.94%)
<=20 Female N (%) years 152 (0.22%)
>20 Female N (%) years 487 (0.72%)
<=20 Male N (%) years 66 (0.10%)
>20 Male N (%) years 460 (0.68%)
1993-01-01 to 1993-12-31 overall overall N (%) years 1,142 (1.69%)
>20 overall N (%) years 950 (1.40%)
<=20 overall N (%) years 192 (0.28%)
overall Male N (%) years 535 (0.79%)
Female N (%) years 607 (0.90%)
>20 Male N (%) years 475 (0.70%)
<=20 Male N (%) years 60 (0.09%)
>20 Female N (%) years 475 (0.70%)
<=20 Female N (%) years 132 (0.19%)
1994-01-01 to 1994-12-31 overall overall N (%) years 1,042 (1.54%)
>20 overall N (%) years 874 (1.29%)
<=20 overall N (%) years 168 (0.25%)
overall Female N (%) years 558 (0.82%)
Male N (%) years 484 (0.71%)
<=20 Male N (%) years 56 (0.08%)
>20 Male N (%) years 428 (0.63%)
<=20 Female N (%) years 112 (0.17%)
>20 Female N (%) years 446 (0.66%)
1995-01-01 to 1995-12-31 overall overall N (%) years 1,066 (1.57%)
>20 overall N (%) years 910 (1.34%)
<=20 overall N (%) years 156 (0.23%)
overall Male N (%) years 477 (0.70%)
Female N (%) years 589 (0.87%)
>20 Male N (%) years 428 (0.63%)
<=20 Male N (%) years 49 (0.07%)
>20 Female N (%) years 482 (0.71%)
<=20 Female N (%) years 107 (0.16%)
1996-01-01 to 1996-12-31 overall overall N (%) years 1,106 (1.63%)
>20 overall N (%) years 976 (1.44%)
<=20 overall N (%) years 130 (0.19%)
overall Male N (%) years 477 (0.70%)
Female N (%) years 629 (0.93%)
>20 Male N (%) years 441 (0.65%)
<=20 Male N (%) years 36 (0.05%)
Female N (%) years 94 (0.14%)
>20 Female N (%) years 535 (0.79%)
1997-01-01 to 1997-12-31 overall overall N (%) years 1,204 (1.78%)
>20 overall N (%) years 1,082 (1.60%)
<=20 overall N (%) years 122 (0.18%)
overall Male N (%) years 538 (0.79%)
Female N (%) years 666 (0.98%)
>20 Male N (%) years 508 (0.75%)
<=20 Male N (%) years 30 (0.04%)
>20 Female N (%) years 574 (0.85%)
<=20 Female N (%) years 92 (0.14%)
1998-01-01 to 1998-12-31 overall overall N (%) years 1,070 (1.58%)
>20 overall N (%) years 977 (1.44%)
<=20 overall N (%) years 93 (0.14%)
overall Male N (%) years 473 (0.70%)
Female N (%) years 597 (0.88%)
>20 Male N (%) years 445 (0.66%)
<=20 Male N (%) years 28 (0.04%)
>20 Female N (%) years 532 (0.79%)
<=20 Female N (%) years 65 (0.10%)
1999-01-01 to 1999-12-31 overall overall N (%) years 1,042 (1.54%)
>20 overall N (%) years 979 (1.45%)
<=20 overall N (%) years 63 (0.09%)
overall Female N (%) years 575 (0.85%)
Male N (%) years 467 (0.69%)
<=20 Male N (%) years 18 (0.03%)
>20 Male N (%) years 449 (0.66%)
Female N (%) years 530 (0.78%)
<=20 Female N (%) years 45 (0.07%)
2000-01-01 to 2000-12-31 overall overall N (%) years 1,080 (1.60%)
<=20 overall N (%) years 55 (0.08%)
>20 overall N (%) years 1,025 (1.51%)
overall Male N (%) years 495 (0.73%)
Female N (%) years 585 (0.86%)
>20 Female N (%) years 550 (0.81%)
<=20 Female N (%) years 35 (0.05%)
Male N (%) years 20 (0.03%)
>20 Male N (%) years 475 (0.70%)
2001-01-01 to 2001-12-31 overall overall N (%) years 1,105 (1.63%)
>20 overall N (%) years 1,071 (1.58%)
<=20 overall N (%) years 34 (0.05%)
overall Male N (%) years 502 (0.74%)
Female N (%) years 603 (0.89%)
>20 Male N (%) years 496 (0.73%)
<=20 Male N (%) years 6 (0.01%)
>20 Female N (%) years 575 (0.85%)
<=20 Female N (%) years 28 (0.04%)
2002-01-01 to 2002-12-31 overall overall N (%) years 1,070 (1.58%)
>20 overall N (%) years 1,047 (1.55%)
<=20 overall N (%) years 23 (0.03%)
overall Female N (%) years 555 (0.82%)
Male N (%) years 515 (0.76%)
<=20 Male N (%) years 9 (0.01%)
>20 Male N (%) years 506 (0.75%)
Female N (%) years 541 (0.80%)
<=20 Female N (%) years 14 (0.02%)
2003-01-01 to 2003-12-31 overall overall N (%) years 1,032 (1.52%)
<=20 overall N (%) years 11 (0.02%)
>20 overall N (%) years 1,021 (1.51%)
overall Male N (%) years 480 (0.71%)
Female N (%) years 552 (0.82%)
>20 Female N (%) years 542 (0.80%)
<=20 Female N (%) years 10 (0.01%)
Male N (%) years 1 (0.00%)
>20 Male N (%) years 479 (0.71%)
2004-01-01 to 2004-12-31 overall overall N (%) years 1,053 (1.56%)
<=20 overall N (%) years 3 (0.00%)
>20 overall N (%) years 1,050 (1.55%)
overall Female N (%) years 555 (0.82%)
Male N (%) years 498 (0.74%)
>20 Female N (%) years 552 (0.82%)
<=20 Female N (%) years 3 (0.00%)
>20 Male N (%) years 498 (0.74%)
2005-01-01 to 2005-12-31 overall overall N (%) years 1,061 (1.57%)
>20 overall N (%) years 1,051 (1.55%)
<=20 overall N (%) years 10 (0.01%)
overall Male N (%) years 477 (0.70%)
Female N (%) years 584 (0.86%)
>20 Male N (%) years 473 (0.70%)
<=20 Male N (%) years 4 (0.01%)
>20 Female N (%) years 578 (0.85%)
<=20 Female N (%) years 6 (0.01%)
2006-01-01 to 2006-12-31 overall overall N (%) years 1,275 (1.88%)
>20 overall N (%) years 1,274 (1.88%)
<=20 overall N (%) years 1 (0.00%)
overall Female N (%) years 682 (1.01%)
Male N (%) years 593 (0.88%)
>20 Male N (%) years 593 (0.88%)
Female N (%) years 681 (1.01%)
<=20 Female N (%) years 1 (0.00%)
2007-01-01 to 2007-12-31 overall overall N (%) years 1,268 (1.87%)
>20 overall N (%) years 1,267 (1.87%)
<=20 overall N (%) years 1 (0.00%)
overall Female N (%) years 639 (0.94%)
Male N (%) years 629 (0.93%)
>20 Male N (%) years 629 (0.93%)
Female N (%) years 638 (0.94%)
<=20 Female N (%) years 1 (0.00%)
2008-01-01 to 2008-12-31 overall overall N (%) years 1,097 (1.62%)
>20 overall N (%) years 1,097 (1.62%)
overall Male N (%) years 546 (0.81%)
Female N (%) years 551 (0.81%)
>20 Male N (%) years 546 (0.81%)
Female N (%) years 551 (0.81%)
2009-01-01 to 2009-12-31 overall overall N (%) years 1,087 (1.61%)
>20 overall N (%) years 1,087 (1.61%)
overall Male N (%) years 528 (0.78%)
Female N (%) years 559 (0.83%)
>20 Female N (%) years 559 (0.83%)
Male N (%) years 528 (0.78%)
2010-01-01 to 2010-12-31 overall overall N (%) years 1,230 (1.82%)
>20 overall N (%) years 1,230 (1.82%)
overall Male N (%) years 583 (0.86%)
Female N (%) years 647 (0.96%)
>20 Female N (%) years 647 (0.96%)
Male N (%) years 583 (0.86%)
2011-01-01 to 2011-12-31 overall overall N (%) years 1,224 (1.81%)
>20 overall N (%) years 1,224 (1.81%)
overall Female N (%) years 633 (0.93%)
Male N (%) years 591 (0.87%)
>20 Female N (%) years 633 (0.93%)
Male N (%) years 591 (0.87%)
2012-01-01 to 2012-12-31 overall overall N (%) years 1,255 (1.85%)
>20 overall N (%) years 1,255 (1.85%)
overall Female N (%) years 619 (0.91%)
Male N (%) years 636 (0.94%)
>20 Female N (%) years 619 (0.91%)
Male N (%) years 636 (0.94%)
2013-01-01 to 2013-12-31 overall overall N (%) years 1,183 (1.75%)
>20 overall N (%) years 1,183 (1.75%)
overall Male N (%) years 587 (0.87%)
Female N (%) years 596 (0.88%)
>20 Female N (%) years 596 (0.88%)
Male N (%) years 587 (0.87%)
2014-01-01 to 2014-12-31 overall overall N (%) years 1,253 (1.85%)
>20 overall N (%) years 1,253 (1.85%)
overall Female N (%) years 656 (0.97%)
Male N (%) years 597 (0.88%)
>20 Male N (%) years 597 (0.88%)
Female N (%) years 656 (0.97%)
2015-01-01 to 2015-12-31 overall overall N (%) years 1,091 (1.61%)
>20 overall N (%) years 1,091 (1.61%)
overall Male N (%) years 527 (0.78%)
Female N (%) years 564 (0.83%)
>20 Female N (%) years 564 (0.83%)
Male N (%) years 527 (0.78%)
2016-01-01 to 2016-12-31 overall overall N (%) years 1,178 (1.74%)
>20 overall N (%) years 1,178 (1.74%)
overall Male N (%) years 556 (0.82%)
Female N (%) years 622 (0.92%)
>20 Female N (%) years 622 (0.92%)
Male N (%) years 556 (0.82%)
2017-01-01 to 2017-12-31 overall overall N (%) years 1,229 (1.82%)
>20 overall N (%) years 1,229 (1.82%)
overall Female N (%) years 588 (0.87%)
Male N (%) years 641 (0.95%)
>20 Female N (%) years 588 (0.87%)
Male N (%) years 641 (0.95%)
2018-01-01 to 2018-12-31 overall overall N (%) years 1,157 (1.71%)
>20 overall N (%) years 1,157 (1.71%)
overall Male N (%) years 590 (0.87%)
Female N (%) years 567 (0.84%)
>20 Male N (%) years 590 (0.87%)
Female N (%) years 567 (0.84%)
2019-01-01 to 2019-12-31 overall overall N (%) years 551 (0.81%)
>20 overall N (%) years 551 (0.81%)
overall Male N (%) years 268 (0.40%)
Female N (%) years 283 (0.42%)
>20 Female N (%) years 283 (0.42%)
Male N (%) years 268 (0.40%)
overall overall overall N (%) years 67,707 (100.00%)
<=20 overall N (%) years 29,207 (43.14%)
>20 overall N (%) years 38,499 (56.86%)
None overall N (%) years 1 (0.00%)
overall Male N (%) years 31,748 (46.89%)
Female N (%) years 35,959 (53.11%)
None Male N (%) years 1 (0.00%)
>20 Male N (%) years 18,165 (26.83%)
Female N (%) years 20,334 (30.03%)
<=20 Male N (%) years 13,582 (20.06%)
Female N (%) years 15,625 (23.08%)
cdmDisconnect(cdm = cdm) # }